login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A294903 Number of divisors of n that are in A257691. 5
1, 2, 2, 2, 2, 3, 2, 2, 2, 3, 2, 3, 2, 3, 3, 2, 2, 3, 2, 3, 3, 3, 2, 3, 3, 3, 2, 3, 2, 4, 2, 2, 3, 3, 3, 3, 2, 3, 3, 3, 2, 4, 2, 3, 3, 3, 2, 3, 2, 4, 3, 3, 2, 3, 3, 3, 3, 3, 2, 4, 2, 3, 3, 2, 3, 4, 2, 3, 3, 4, 2, 3, 2, 3, 4, 3, 3, 4, 2, 3, 2, 3, 2, 4, 3, 3, 3, 3, 2, 4, 3, 3, 3, 3, 4, 3, 2, 3, 3, 4, 2, 4, 2, 3, 4, 3, 2, 3, 2, 4, 4, 3, 2, 4, 3, 3, 3, 3, 4, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

Number of terms of A257691 that divide n.

LINKS

Antti Karttunen, Table of n, a(n) for n = 1..25000

FORMULA

a(n) = Sum_{d|n} A294905(d).

a(n) = A294901(n) + A294905(n).

a(n) + A294904(n) = A000005(n).

PROG

(PARI)

A292257(n) = sumdiv(n, d, (d<n)*hammingweight(d));

A294905(n) = (A292257(n) <= hammingweight(n));

A294903(n) = sumdiv(n, d, A294905(d));

CROSSREFS

Cf. A000120, A257691, A292257, A294901, A294902, A294904, A294905.

Cf. also A294893.

Sequence in context: A287841 A083399 A105561 * A087133 A324292 A196941

Adjacent sequences: A294900 A294901 A294902 * A294904 A294905 A294906

KEYWORD

nonn

AUTHOR

Antti Karttunen, Nov 10 2017

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 3 12:36 EST 2023. Contains 360849 sequences. (Running on oeis4.)