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 A016474 #13 Nov 06 2019 18:02:55 %S A016474 3,1,4,1,5,11,2,57,1,350,1,5,4,6,1,8,1,1,2,2,2,3,3,2,9,1,3,3,1,3,2,25, %T A016474 1,2,2,24,8,1,1,1,11,1,3,6,1,13,1,3,1,1,1,1,1,21,2,1,1,2,2,1,2,7,11,3, %U A016474 1,1,13,5,1,5,4,1,4,1,5,2 %N A016474 Continued fraction for log(46). %H A016474 Harry J. Smith, <a href="/A016474/b016474.txt">Table of n, a(n) for n = 1..20000</a> %e A016474 3.828641396489095000223984953... = 3 + 1/(1 + 1/(4 + 1/(1 + 1/(5 + ...)))). - _Harry J. Smith_, May 21 2009 %t A016474 ContinuedFraction[Log[46],120] (* _Harvey P. Dale_, Nov 06 2019 *) %o A016474 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(46)); for (n=1, 20000, write("b016474.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 21 2009 %Y A016474 Cf. A016669 Decimal expansion. - _Harry J. Smith_, May 21 2009 %K A016474 nonn,cofr %O A016474 1,1 %A A016474 _N. J. A. Sloane_