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!)
A123756 a(0)=0. a(n) = number of earlier terms which are divisible by (the number of 1's in the binary representation of n). 1
0, 1, 2, 2, 4, 4, 5, 1, 8, 6, 7, 2, 8, 2, 2, 5, 16, 12, 13, 3, 13, 4, 4, 9, 15, 6, 7, 9, 8, 10, 10, 6, 32, 21, 21, 11, 21, 12, 13, 12, 23, 14, 14, 13, 14, 13, 13, 6, 27, 16, 16, 15, 17, 15, 15, 9, 20, 16, 17, 10, 17, 11, 11, 8, 64, 34, 35, 20, 36, 21, 22, 21, 38, 23, 23, 21, 24, 22, 22, 13 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
9 in binary is 1001, which has 2 ones. So a(9) is the number of terms, from a(0) to a(8), which are divisible by 2. a(0)=0, a(2)=2, a(3)=2, a(4)=4, a(5)=4 and a(8)=8 are the six earlier terms which are divisible by 2. So a(9) = 6.
MATHEMATICA
f[l_List] := Append[l, Count[Mod[l, Plus @@ IntegerDigits[Length[l], 2]], 0]]; Nest[f, {0}, 80] (* Ray Chandler, Oct 16 2006 *)
CROSSREFS
Cf. A123755.
Sequence in context: A284432 A284435 A156130 * A357256 A300755 A307825
KEYWORD
easy,nonn
AUTHOR
Leroy Quet, Oct 12 2006
EXTENSIONS
Extended by Ray Chandler, Oct 16 2006
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 April 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)