cp's OEIS Frontend

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.

A016734 Continued fraction for log(6).

This page as a plain text file.
%I A016734 #23 Jul 10 2024 23:58:30
%S A016734 1,1,3,1,4,18,2,330,3,1,2,1,1,4,1,4,2,6,2,2,1,3,4,5,1,6,3,1,5,1,37,1,
%T A016734 1,1,3,1,2,1,1,2,1,1,5,4,2,2,1,37,4,31,1,1,49,1,7,1,6,2,7,2,2,4,2,6,1,
%U A016734 1,8,1,1,2,9,1,5,1,12,1,10,2,1,87,3,6,1,4
%N A016734 Continued fraction for log(6).
%H A016734 Harry J. Smith, <a href="/A016734/b016734.txt">Table of n, a(n) for n = 0..19999</a>
%H A016734 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a>
%e A016734 1.791759469228055000812477358... = 1 + 1/(1 + 1/(3 + 1/(1 + 1/(4 + ...)))). - _Harry J. Smith_, May 16 2009
%t A016734 ContinuedFraction[Log[6],120] (* _Harvey P. Dale_, Dec 20 2014 *)
%o A016734 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(6)); for (n=1, 20000, write("b016734.txt", n-1, " ", x[n])); } \\ _Harry J. Smith_, May 16 2009
%o A016734 (Magma) ContinuedFraction(Log(6)); // _G. C. Greubel_, Sep 15 2018
%Y A016734 Cf. A016629 (decimal expansion).
%K A016734 nonn,cofr
%O A016734 0,3
%A A016734 _N. J. A. Sloane_
%E A016734 Offset changed by _Andrew Howroyd_, Jul 10 2024