cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A065353 Decimal representation of palindromes extracted from the Golden String using ever increasing Fibonacci-style subdivisions.

This page as a plain text file.
%I A065353 #9 Oct 25 2019 20:20:29
%S A065353 1,0,3,2,27,90,7003,744282,14687099739,12786682083105626,
%T A065353 529158535306496354546309979,
%U A065353 7914572860144723898900437268660641289952090
%N A065353 Decimal representation of palindromes extracted from the Golden String using ever increasing Fibonacci-style subdivisions.
%C A065353 A zero must be prefixed to the 2n (n>0) terms when converting back to binary.
%H A065353 P. De Geest and J. McNamara, <a href="http://www.worldofnumbers.com/em118.htm">Palindromes in the Golden String</a>
%H A065353 Ron Knott, <a href="http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibrab.html">The Fibonacci Rabbit sequence</a>
%e A065353 Bin (Dec) -> 1 (1); 0 (0); 11 (3); 010 (2); 11011 (27); 01011010 (90); 1101101011011 (7003); 010110101101101011010 (744282); etc.
%Y A065353 Cf. A065354, A003849, A005203, A005614, A014675, A036299.
%K A065353 nonn,base
%O A065353 0,3
%A A065353 _Patrick De Geest_, Oct 31 2001