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!)
A222601 Conjectured number of Fibonacci numbers with exactly n 0-bits in their binary representation. 6
3, 5, 2, 4, 3, 1, 2, 3, 5, 1, 3, 5, 3, 3, 2, 1, 6, 1, 2, 3, 3, 2, 0, 3, 5, 4, 4, 3, 4, 2, 1, 2, 6, 1, 2, 2, 5, 4, 3, 5, 2, 2, 2, 1, 2, 2, 2, 5, 6, 3, 2, 2, 3, 1, 5, 1, 1, 0, 8, 4, 3, 3, 3, 3, 5, 4, 4, 2, 2, 2, 2, 3, 2, 6, 3, 0, 0, 2, 5, 5, 1, 6, 5, 0, 3, 5, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
f = Fibonacci[Range[0, 100]]; Table[Length[Select[f, Count[IntegerDigits[#, 2], 0] == n &]], {n, 0, 20}]
CROSSREFS
Cf. A004685 (Fibonacci numbers in binary), A214853 (one 0-bit), A222602.
Sequence in context: A197331 A113475 A182743 * A104807 A309492 A131793
KEYWORD
nonn
AUTHOR
T. D. Noe, Mar 08 2013
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)