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!)
A115212 Record values in A113504. 3
1, 2, 3, 5, 8, 13, 28, 49, 76, 160, 174, 189, 224, 228, 232, 242, 246, 293, 306, 350, 353, 354, 355, 362, 363, 366, 376, 392, 393, 394, 395, 408, 434, 435, 437, 439, 455, 486, 487, 489, 492, 503, 523, 546, 586, 671, 673, 678, 692, 717, 746, 821, 858, 859, 861 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = A113504(A115213(n)).
LINKS
MATHEMATICA
Block[{a = {1}, b = {1}, k, n}, Do[k = DigitCount[i, 2, 1]; n = Count[b, m_ /; k == m]; AppendTo[a, n]; AppendTo[b, DigitCount[n, 2, 1]], {i, 2^12}]; Union@ FoldList[Max, a]] (* Michael De Vlieger, Sep 05 2017 *)
CROSSREFS
Sequence in context: A324738 A132915 A030036 * A158083 A042163 A273045
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 17 2006
EXTENSIONS
Corrected by T. D. Noe, Oct 25 2006
Offset corrected by Michael De Vlieger, Sep 06 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 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)