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 A016454 #14 Jul 23 2018 12:32:02 %S A016454 3,3,1,6,1,31,1,1,1,2,1461,1,1,2,1,3,1,4,2,5,1,1,104,6,25,10,6,12,1,2, %T A016454 1,156,2,1,1,7,1,139,1,8,1,3,2,1,8,7,1,8,2,3,2,9,6,46,1,3,5,1,5,1,10, %U A016454 1,2,7,7,2,22,2,4,3,1,177,2 %N A016454 Continued fraction for log(26). %H A016454 Harry J. Smith, <a href="/A016454/b016454.txt">Table of n, a(n) for n = 1..20000</a> %e A016454 3.258096538021482045470719563... = 3 + 1/(3 + 1/(1 + 1/(6 + 1/(1 + ...)))). - _Harry J. Smith_, May 20 2009 %t A016454 ContinuedFraction[Log[26],100] (* _Harvey P. Dale_, Jul 23 2018 *) %o A016454 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(26)); for (n=1, 20000, write("b016454.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 20 2009 %Y A016454 Cf. A016649 Decimal expansion. - _Harry J. Smith_, May 20 2009 %K A016454 nonn,cofr %O A016454 1,1 %A A016454 _N. J. A. Sloane_