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!)
A276464 Fibbinary Fibonacci numbers. 0
0, 1, 2, 5, 8, 21, 34, 144, 4181, 75025 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Intersection of A000045 and A003714.
Next term > 10^10000, if it exists. - Joerg Arndt, Sep 05 2016
Conjecture: 75025 is the last term of this sequence. - Altug Alkan, Jul 07 2020
LINKS
PROG
(PARI) { my(f0=0, f1=1, t); while ( f0 < 10^10000, if( bitand(f0, f0>>1)==0, print1(f0, ", ") ); t=f0; f0=f1; f1=t+f0; ); } \\ Joerg Arndt, Sep 05 2016
CROSSREFS
Sequence in context: A340399 A117647 A121568 * A001005 A009735 A177245
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Sep 04 2016
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 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)