The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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
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, 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, 35, 5, 2, 1, 27, 3, 2, 1, 1, 1, 2, 2, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
0.405465108108164381978013115464349136571990423...
0.405465108108164381978013115... = 0 + 1/(2 + 1/(2 + 1/(6 + 1/(1 + ...)))). - Harry J. Smith, May 17 2009
MATHEMATICA
ContinuedFraction[Log[3/2], 100] (* Harvey P. Dale, Oct 04 2020 *)
PROG
(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
CROSSREFS
Cf. A016578.
Sequence in context: A154196 A248617 A225975 * A077894 A053214 A077198
KEYWORD
nonn,cofr
AUTHOR
STATUS
approved

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 May 16 14:24 EDT 2024. Contains 372553 sequences. (Running on oeis4.)