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!)
A016559 Continued fraction for log(63/2). 2
3, 2, 4, 2, 200, 3, 2, 70, 51, 4, 2, 2, 7, 2, 12, 2, 1, 1, 1, 1, 1, 1, 1, 23, 80, 2, 2, 1, 7, 1, 2, 47, 1, 1, 1, 12, 1, 9, 2, 4, 1, 8, 1, 1, 1, 6, 1, 2, 2, 2, 4, 1, 11, 3, 7, 3, 1, 2, 1, 7, 1, 2, 1, 1, 2, 5, 1, 74, 1, 41, 22, 2, 21, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac.
EXAMPLE
3.4499875458315873784786110... = 3 + 1/(2 + 1/(4 + 1/(2 + 1/(200 + ...)))). - Harry J. Smith, May 28 2009
MATHEMATICA
ContinuedFraction[Log[63/2], 100] (* Paolo Xausa, Apr 05 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(63/2)); for (n=1, 20000, write("b016559.txt", n, " ", x[n])); } \\ Harry J. Smith, May 28 2009
CROSSREFS
Cf. A016608 (decimal expansion).
Sequence in context: A106288 A013633 A334662 * A104566 A143156 A227471
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 13 14:28 EDT 2024. Contains 372519 sequences. (Running on oeis4.)