OFFSET
1,2
COMMENTS
A zero must be prefixed to the 2n+1 terms (n>0) when converting back to binary.
LINKS
Patrick De Geest and J. McNamara, Palindromes in the Golden String
Ron Knott, The Fibonacci Rabbit sequence
EXAMPLE
Bin (Dec) -> {10} skipped -> start: 1 (1); 101 (5); 0110 (6); 1101011 (107); 01011011010 (730); 110110101101011011 (224091); etc.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Oct 31 2001
STATUS
approved