OFFSET
0,3
COMMENTS
A zero must be prefixed to the 2n (n>0) terms when converting back to binary.
LINKS
P. De Geest and J. McNamara, Palindromes in the Golden String
Ron Knott, The Fibonacci Rabbit sequence
EXAMPLE
Bin (Dec) -> 1 (1); 0 (0); 11 (3); 010 (2); 11011 (27); 01011010 (90); 1101101011011 (7003); 010110101101101011010 (744282); etc.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Oct 31 2001
STATUS
approved