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 A016516 #20 Aug 05 2024 02:36:49 %S A016516 4,2,10,1,1,7,1,1,6,4,18,1,4,37,1,1,3,26,1,31,2,4,18,1,2,1,3,1,8,1,4, %T A016516 2,1,2,7,11,2,2,1,3,1,1,1,3,1,12,2,7,3,2,3,3,1,1,22,2,4,1,1,4,5,7,3, %U A016516 13,2,1,4,1,2,354,2,1,2,1,1 %N A016516 Continued fraction for log(88). %H A016516 Harry J. Smith, <a href="/A016516/b016516.txt">Table of n, a(n) for n = 1..20000</a> %e A016516 4.47733681447820647231363994... = 4 + 1/(2 + 1/(10 + 1/(1 + 1/(1 + ...)))). - _Harry J. Smith_, May 24 2009 %t A016516 ContinuedFraction[Log[88],100] (* _Harvey P. Dale_, Aug 04 2016 *) %o A016516 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(88)); for (n=1, 20000, write("b016516.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 24 2009 %Y A016516 Cf. A016711 (decimal expansion). %K A016516 nonn,cofr %O A016516 1,1 %A A016516 _N. J. A. Sloane_