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.

A016529 Continued fraction for log(3/2).

This page as a plain text file.
%I A016529 #14 Oct 04 2020 16:12:34
%S A016529 0,2,2,6,1,11,2,1,2,2,1,4,3,1,1,7,2,1,1,4,1,2,1,2,1,1,10,3,1,2,1,1,2,
%T A016529 3,1,11,3,2,31,2,2,3,1,3,13,1,1,3,9,1,2,1,1,1,1,2,4,4,1,1,553,5,3,4,4,
%U A016529 35,5,2,1,27,3,2,1,1,1,2,2,2
%N A016529 Continued fraction for log(3/2).
%H A016529 Harry J. Smith, <a href="/A016529/b016529.txt">Table of n, a(n) for n = 1..20000</a>
%e A016529 0.405465108108164381978013115464349136571990423...
%e A016529 0.405465108108164381978013115... = 0 + 1/(2 + 1/(2 + 1/(6 + 1/(1 + ...)))). - _Harry J. Smith_, May 17 2009
%t A016529 ContinuedFraction[Log[3/2],100] (* _Harvey P. Dale_, Oct 04 2020 *)
%o A016529 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(3/2)); for (n=1, 20000, write("b016529.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 17 2009
%Y A016529 Cf. A016578.
%K A016529 nonn,cofr
%O A016529 1,2
%A A016529 _N. J. A. Sloane_