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!)
A016522 Continued fraction for log(94). 2
4, 1, 1, 5, 3, 1, 1, 1, 4, 2, 2, 36, 2, 4, 3, 1, 12, 4, 1, 1, 2, 1, 1, 2, 2, 2, 1, 5, 4, 1, 1, 2, 1, 14, 2, 3, 5, 3, 2, 1, 25, 2, 2, 1, 1, 6, 4, 22, 10, 1, 8, 1, 2, 1, 1, 1, 1, 2, 9, 1, 1, 5, 2, 4, 1, 2, 5, 2, 9, 10, 2, 1, 1, 4, 1, 6, 1, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.543294782270003896238182791... = 4 + 1/(1 + 1/(1 + 1/(5 + 1/(3 + ...)))). - Harry J. Smith, May 25 2009
MATHEMATICA
ContinuedFraction[Log[94], 100] (* Harvey P. Dale, Sep 22 2019 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(94)); for (n=1, 20000, write("b016522.txt", n, " ", x[n])); } \\ Harry J. Smith, May 25 2009
CROSSREFS
Cf. A016717 Decimal expansion. - Harry J. Smith, May 25 2009
Sequence in context: A288580 A035589 A021247 * A153843 A318795 A099575
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 8 17:52 EDT 2024. Contains 373227 sequences. (Running on oeis4.)