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 A016450 #16 Mar 22 2024 06:47:38 %S A016450 3,10,1,61,16,2,3,3,5,6,171,2,4,5,4,1,2,1,1,3,1,1,3,22,1,13,1,17,3,2, %T A016450 1,3,1,1,1,4,6,1,3,2,2,1,2,1,8,2,25,5,12,1,1,1,2,1,7,3,2,1,4,4,1,17,1, %U A016450 66,1,2,37,1,3,3,5,1,14,1 %N A016450 Continued fraction for log(22). %H A016450 Harry J. Smith, <a href="/A016450/b016450.txt">Table of n, a(n) for n = 1..20000</a> %e A016450 3.091042453358315853479175... = 3 + 1/(10 + 1/(1 + 1/(61 + 1/(16 + ...)))). - _Harry J. Smith_, May 17 2009 %t A016450 ContinuedFraction[Log[22], 100] (* _Paolo Xausa_, Mar 22 2024 *) %o A016450 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(22)); for (n=1, 20000, write("b016450.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 17 2009 %Y A016450 Cf. A016645 Decimal expansion. - _Harry J. Smith_, May 17 2009 %K A016450 nonn,cofr %O A016450 1,1 %A A016450 _N. J. A. Sloane_