OFFSET
0,3
EXAMPLE
The Fibonacci numbers in binary are 0, 1, 1, 10, 11, 101, 1000, 1101, ... Reverse and group in clumps of 8 gives 0 = 0; 01 = 1; 011 = 3; 01101 = 13; 01101101 = 55; etc.
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved