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 A000866 #12 Jun 23 2018 09:13:02 %S A000866 1,2,4,13,31,112,224,1003,2011,4022,13044,31143,112341,230232,1011014, %T A000866 2022033,4044121,13143242,31342034,113234123,232023301,1014102102, %U A000866 2033204204,4121413413,13243332331,32042220212,114134440424,233324431403,1022204413311 %N A000866 2^n written in base 5. %H A000866 T. D. Noe, <a href="/A000866/b000866.txt">Table of n, a(n) for n = 0..300</a> %t A000866 Table[FromDigits[IntegerDigits[2^n, 5]], {n, 0, 30}] (* _T. D. Noe_, Jun 20 2012 *) %o A000866 (PARI) a(n)=fromdigits(digits(2^n,5)) \\ _M. F. Hasler_, Jun 23 2018 %Y A000866 Cf. A000079, A004642, ..., A004655: powers of 2 written in base 10, 3, 4, ..., 16 %Y A000866 Cf. A000244, A004656, A004658, A004659, ... : powers of 3 written in base 10, 2, 4, 5, ... %K A000866 nonn,base,easy %O A000866 0,2 %A A000866 _N. J. A. Sloane_, Jacques Haubrich (jhaubrich(AT)freeler.nl) %E A000866 More terms from _Erich Friedman_.