OFFSET
1,3
COMMENTS
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
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
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Sep 04 2016
STATUS
approved