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!)
A016500 Continued fraction for log(72). 2
4, 3, 1, 1, 1, 1, 2, 6, 20, 7, 1, 1, 2, 1, 5, 1, 1, 2, 2, 1, 3, 1, 5, 1, 6, 1, 3, 1, 6, 1, 2, 5, 1, 1, 1, 2, 1, 4, 20563, 1, 10, 3, 1, 1, 1, 1, 4, 1, 5, 1, 2, 1, 1, 9, 11, 2, 1, 11, 1, 1, 1, 11, 2, 3, 1, 1, 1, 1, 16, 1, 1, 1, 18, 1, 2, 1, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.276666119016055311042186838... = 4 + 1/(3 + 1/(1 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 23 2009
MATHEMATICA
ContinuedFraction[Log[72], 100] (* Paolo Xausa, Mar 28 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(72)); for (n=1, 20000, write("b016500.txt", n, " ", x[n])); } \\ Harry J. Smith, May 23 2009
CROSSREFS
Cf. A016695 (decimal expansion).
Sequence in context: A195596 A332054 A129810 * A211451 A371809 A157464
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 7 14:14 EDT 2024. Contains 373174 sequences. (Running on oeis4.)