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!)
A016554 Continued fraction for log(53/2). 2
3, 3, 1, 1, 1, 1, 4, 3, 1, 3, 1, 1, 2, 3, 4, 1, 4, 3, 1, 1, 4, 2, 1, 5, 6, 3, 4, 1, 7, 1, 1, 6, 2, 2, 19, 1, 4, 2, 13, 1, 3, 1, 51, 8, 1, 7, 3, 1, 64, 1, 1, 1, 1, 2, 1, 1, 2, 1, 10, 1, 1, 4, 1, 1, 1, 3, 15, 2, 1, 24, 38, 4, 1, 3, 4, 1, 186 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
3.277144732992176524727237017... = 3 + 1/(3 + 1/(1 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 28 2009
MATHEMATICA
ContinuedFraction[Log[53/2], 100] (* Paolo Xausa, Apr 03 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(53/2)); for (n=1, 20000, write("b016554.txt", n, " ", x[n])); } \\ Harry J. Smith, May 28 2009
CROSSREFS
Cf. A016603 (decimal expansion).
Sequence in context: A353516 A351577 A328572 * A046533 A046532 A014421
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 15 17:39 EDT 2024. Contains 372548 sequences. (Running on oeis4.)