A065353 Decimal representation of palindromes extracted from the Golden String using ever increasing Fibonacci-style subdivisions.
1, 0, 3, 2, 27, 90, 7003, 744282, 14687099739, 12786682083105626, 529158535306496354546309979, 7914572860144723898900437268660641289952090
Offset: 0
Examples
Bin (Dec) -> 1 (1); 0 (0); 11 (3); 010 (2); 11011 (27); 01011010 (90); 1101101011011 (7003); 010110101101101011010 (744282); etc.
Links
- P. De Geest and J. McNamara, Palindromes in the Golden String
- Ron Knott, The Fibonacci Rabbit sequence
Comments