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 A016442 #16 Aug 30 2024 18:35:56 %S A016442 2,1,1,1,3,2,1,3,1,7,1,4,8,4,10,1,2,1,9,1,5,4,2,4,5,2,3,123,10,12,4,1, %T A016442 1,1,1,1,2,2,9,4,1,4,11,2,1,8,2,2,3,3,11,16,2,2,3,7,1,1,1,95,5,34,1,2, %U A016442 4,1,2,3,1,1,1,37,6,38,1,26 %N A016442 Continued fraction for log(14). %H A016442 Harry J. Smith, <a href="/A016442/b016442.txt">Table of n, a(n) for n = 1..20000</a> %e A016442 2.639057329615258614522584864... = 2 + 1/(1 + 1/(1 + 1/(1 + 1/(3 + ...)))). - _Harry J. Smith_, May 16 2009 %t A016442 ContinuedFraction[Log[14],80] (* _Harvey P. Dale_, Jan 22 2012 *) %o A016442 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(14)); for (n=1, 20000, write("b016442.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 16 2009 %Y A016442 Cf. A016637 (decimal expansion). - _Harry J. Smith_, May 16 2009 %K A016442 nonn,cofr %O A016442 1,1 %A A016442 _N. J. A. Sloane_