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!)
A265370 a(0) = 0; for n >= 1, a(n) = A070939(A078510(n)). 2
0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
Number of significant bits in the binary representation of n-th Spironacci number, A078510(n).
LINKS
FORMULA
a(0) = 0; for n >= 1, a(n) = A070939(A078510(n)).
PROG
(define (A265370 n) (if (zero? n) n (A070939 (A078510 n))))
CROSSREFS
Cf. also A020909.
Sequence in context: A029837 A070939 A113473 * A356895 A238407 A196050
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 16 2015
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 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)