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 A016735 #24 Jul 10 2024 23:58:26 %S A016735 1,1,17,2,19,1,11,2,1,1,1,9,1,3,8,2,1,4,2,1,1,1,1,3,2,2,1,5,1,1,3,3,1, %T A016735 2,2,1,1,2,3,1,1,2,5,1,5,1,1,2,7,2,3,23,1,2,1,1,2,4,2,1,1,1,3,1,1,2, %U A016735 20,12,3,2,1,1,1,1,1,1,12,2,2,1,4,1,8,2,15 %N A016735 Continued fraction for log(7). %H A016735 Harry J. Smith, <a href="/A016735/b016735.txt">Table of n, a(n) for n = 0..19999</a> %H A016735 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a> %e A016735 1.9459101490553133051053527... = 1 + 1/(1 + 1/(17 + 1/(2 + 1/(19 + ...)))). - _Harry J. Smith_, May 16 2009 %t A016735 ContinuedFraction[Log[7], 100] (* _G. C. Greubel_, Sep 15 2018 *) %o A016735 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(7)); for (n=1, 20000, write("b016735.txt", n-1, " ", x[n])); } \\ _Harry J. Smith_, May 16 2009 %o A016735 (Magma) ContinuedFraction(Log(7)); // _G. C. Greubel_, Sep 15 2018 %Y A016735 Cf. A016630 (decimal expansion). %K A016735 nonn,cofr %O A016735 0,3 %A A016735 _N. J. A. Sloane_ %E A016735 Offset changed by _Andrew Howroyd_, Jul 10 2024