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