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.

A016731 Continued fraction for log(3).

This page as a plain text file.
%I A016731 #22 Jul 10 2024 23:58:38
%S A016731 1,10,7,9,2,2,1,3,1,32,2,17,1,15,1,1,7,3,1,35,1,1,1,2,5,3,2,1,4,2,1,3,
%T A016731 1,5,3,13,1,1,1,6,2,3,1,152,1,2,3,1,7,9,2,1,3,19,2,2,2,3,2,5,1,1,4,1,
%U A016731 19,5,4,2,1,2,7,4,2,1,6,3,2,2,4,1,1,1,4,1
%N A016731 Continued fraction for log(3).
%H A016731 Harry J. Smith, <a href="/A016731/b016731.txt">Table of n, a(n) for n = 0..19999</a>
%H A016731 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a>
%e A016731 1.09861228866810969139524523... = 1 + 1/(10 + 1/(7 + 1/(9 + 1/(2 + ...)))). - _Harry J. Smith_, May 16 2009
%t A016731 ContinuedFraction[Log[3], 100] (* _G. C. Greubel_, Sep 15 2018 *)
%o A016731 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(3)); for (n=1, 20000, write("b016731.txt", n-1, " ", x[n])); } \\ _Harry J. Smith_, May 16 2009
%o A016731 (Magma) ContinuedFraction(Log(3)); // _G. C. Greubel_, Sep 15 2018
%Y A016731 Cf. A002391 (decimal expansion).
%K A016731 nonn,cofr
%O A016731 0,2
%A A016731 _N. J. A. Sloane_
%E A016731 Offset changed by _Andrew Howroyd_, Jul 10 2024