login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016529 Continued fraction for log(3/2). 2

%I #14 Oct 04 2020 16:12:34

%S 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 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 35,5,2,1,27,3,2,1,1,1,2,2,2

%N Continued fraction for log(3/2).

%H Harry J. Smith, <a href="/A016529/b016529.txt">Table of n, a(n) for n = 1..20000</a>

%e 0.405465108108164381978013115464349136571990423...

%e 0.405465108108164381978013115... = 0 + 1/(2 + 1/(2 + 1/(6 + 1/(1 + ...)))). - _Harry J. Smith_, May 17 2009

%t ContinuedFraction[Log[3/2],100] (* _Harvey P. Dale_, Oct 04 2020 *)

%o (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 Cf. A016578.

%K nonn,cofr

%O 1,2

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)