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!)
A016556 Continued fraction for log(57/2). 2
3, 2, 1, 6, 25, 1, 10, 1, 4, 2, 2, 3, 1, 1, 2, 2, 1, 40, 1, 2, 3, 1, 1, 2, 1, 1, 1, 4, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 5, 1, 1, 4, 1, 73, 1, 6, 1, 6, 2, 1, 11, 1, 13, 74, 1, 1, 14, 1, 5, 67, 1, 52, 1, 2, 1, 2, 3, 2, 3, 1, 2, 1, 1, 1, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac.
EXAMPLE
3.34990408727460484198704054... = 3 + 1/(2 + 1/(1 + 1/(6 + 1/(25 + ...)))). - Harry J. Smith, May 28 2009
MATHEMATICA
ContinuedFraction[Log[57/2], 100] (* Paolo Xausa, Apr 04 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(57/2)); for (n=1, 20000, write("b016556.txt", n, " ", x[n])); } \\ Harry J. Smith, May 28 2009
CROSSREFS
Cf. A016605 (decimal expansion).
Sequence in context: A115755 A300003 A259879 * A067050 A001355 A364855
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 June 5 21:53 EDT 2024. Contains 373110 sequences. (Running on oeis4.)