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 A016472 #14 Mar 23 2024 20:25:14 %S A016472 3,1,3,1,1,1,2,1,2,2,1,2,6,1,1,1,1,1,2,2,9,1,1,127,2,1,1,8,1,1,2,2,1, %T A016472 3,1,10,1,5,2,3,2,8,1,1,19,1,3,1,2,3,1,3,1,3,1,2,1,1,1,4,1,1,12,2,4,2, %U A016472 22,1,2,3,4,2,12,4,1,2,2,2 %N A016472 Continued fraction for log(44). %H A016472 Harry J. Smith, <a href="/A016472/b016472.txt">Table of n, a(n) for n = 1..20000</a> %e A016472 3.784189633918261162896407820... = 3 + 1/(1 + 1/(3 + 1/(1 + 1/(1 + ...)))). - _Harry J. Smith_, May 21 2009 %t A016472 ContinuedFraction[Log[44], 100] (* _Paolo Xausa_, Mar 23 2024 *) %o A016472 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(44)); for (n=1, 20000, write("b016472.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 21 2009 %Y A016472 Cf. A016667 Decimal expansion. - _Harry J. Smith_, May 21 2009 %K A016472 nonn,cofr %O A016472 1,1 %A A016472 _N. J. A. Sloane_