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!)
A016492 Continued fraction for log(64). 2
4, 6, 3, 2, 2, 18, 1, 1, 1, 64, 1, 3, 1, 10, 1, 2, 1, 7, 2, 5, 3, 1, 2, 2, 3, 2, 1, 2, 1, 4, 1, 3, 3, 2, 1, 1, 1, 4, 1, 1, 7, 2, 1, 27, 2, 1, 1, 4, 4, 1, 1, 1, 4, 1, 1, 6, 20, 1, 8, 2, 2, 1, 5, 1, 11, 1, 10, 1, 5, 1, 1, 2, 5, 9, 1, 5, 1, 2, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.158883083359671856503392728... = 4 + 1/(6 + 1/(3 + 1/(2 + 1/(2 + ...)))). - Harry J. Smith, May 22 2009
MATHEMATICA
ContinuedFraction[Log[64], 100] (* Paolo Xausa, Mar 27 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(64)); for (n=1, 20000, write("b016492.txt", n, " ", x[n])); } \\ Harry J. Smith, May 22 2009
CROSSREFS
Cf. A016687 (decimal expansion).
Sequence in context: A325017 A338147 A338143 * A213080 A200365 A198121
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 03:59 EDT 2024. Contains 372549 sequences. (Running on oeis4.)