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 A016467 #14 Dec 20 2015 09:00:18 %S A016467 3,1,1,1,35,8,2,130,2,2,3,1,1,1,5,15,11,1,11,3,9,1,7,1,3,1,4,2,13,1,1, %T A016467 5,3,9,5,3,1,118,14,3,20,1,6,8,10,1,1,1,1,1,1,1,1,1,1,2,1,1,1,3,1,13, %U A016467 46,3,1,4,10,1,2,1,7,9,13 %N A016467 Continued fraction for log(39). %H A016467 Harry J. Smith, <a href="/A016467/b016467.txt">Table of n, a(n) for n = 1..20000</a> %e A016467 3.66356164612964642744873267... = 3 + 1/(1 + 1/(1 + 1/(1 + 1/(35 + ...)))). - _Harry J. Smith_, May 21 2009 %t A016467 ContinuedFraction[Log[39],80] (* _Harvey P. Dale_, Jul 10 2014 *) %o A016467 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(39)); for (n=1, 20000, write("b016467.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 21 2009 %Y A016467 Cf. A016662 Decimal expansion. - _Harry J. Smith_, May 21 2009 %K A016467 nonn,cofr %O A016467 1,1 %A A016467 _N. J. A. Sloane_