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!)
A016557 Continued fraction for log(59/2). 2
3, 2, 1, 1, 1, 1, 25, 1, 2, 48, 1, 1, 1, 1, 1, 1, 18, 1, 60, 1, 2, 44, 1, 1, 8, 1, 1, 2, 2, 2, 1, 1, 1, 13, 157, 2, 6, 1, 1, 1, 8, 10, 4, 53, 1, 1, 1, 3, 2, 1, 2, 10, 6, 2, 1, 2, 1, 1, 1, 15, 1, 2, 2, 13, 2, 8, 2, 2, 1, 1, 2, 10, 1, 5, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac.
EXAMPLE
3.384390263345774141198818252... = 3 + 1/(2 + 1/(1 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 28 2009
MATHEMATICA
ContinuedFraction[Log[59/2], 100] (* Paolo Xausa, Apr 04 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(59/2)); for (n=1, 20000, write("b016557.txt", n, " ", x[n])); } \\ Harry J. Smith, May 28 2009
CROSSREFS
Cf. A016606 (decimal expansion).
Sequence in context: A369367 A306709 A184532 * A073572 A073356 A093032
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 11 00:20 EDT 2024. Contains 373283 sequences. (Running on oeis4.)