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