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.
%I A065354 #16 Oct 27 2019 11:52:49 %S A065354 1,5,6,107,730,224091,190536538,120316721060699, %T A065354 26815615903949132618586,9090874414162652716478489106641017691, %U A065354 285152539069955354427985396951391834474389843433339258362714 %N A065354 Decimal representation of binary palindromes extracted from the Golden String using ever-increasing Lucas-style subdivisions. %C A065354 A zero must be prefixed to the 2n+1 terms (n>0) when converting back to binary. %H A065354 Patrick De Geest and J. McNamara, <a href="http://www.worldofnumbers.com/em118.htm">Palindromes in the Golden String</a> %H A065354 Ron Knott, <a href="http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibrab.html">The Fibonacci Rabbit sequence</a> %e A065354 Bin (Dec) -> {10} skipped -> start: 1 (1); 101 (5); 0110 (6); 1101011 (107); 01011011010 (730); 110110101101011011 (224091); etc. %Y A065354 Cf. A065353, A003849, A005203, A005614, A014675, A036299. %K A065354 nonn,base %O A065354 1,2 %A A065354 _Patrick De Geest_, Oct 31 2001