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!)
A016445 Continued fraction for log(17). 2
2, 1, 4, 1, 230, 1, 2, 50, 1, 11, 2, 2, 1, 1, 7, 1, 8, 1, 90, 1, 3, 2, 5, 5, 1, 2, 3, 2, 4, 1, 17, 1, 401, 13, 2, 1, 22, 3, 1, 8, 1, 22, 1, 4, 1, 1, 3, 1, 2, 3, 3, 2, 7, 32, 1, 14, 2, 1, 1, 1, 3, 1, 6, 58, 1, 1, 1, 1, 1, 1, 3, 2, 6, 1, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2.8332133440562160802495346... = 2 + 1/(1 + 1/(4 + 1/(1 + 1/(230 + ...)))). - Harry J. Smith, May 17 2009
MATHEMATICA
ContinuedFraction[Log[17], 120] (* Harvey P. Dale, Sep 20 2017 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(17)); for (n=1, 20000, write("b016445.txt", n, " ", x[n])); } \\ Harry J. Smith, May 17 2009
CROSSREFS
Cf. A016640 Decimal expansion. - Harry J. Smith, May 17 2009
Sequence in context: A218952 A177413 A009832 * A244554 A364953 A194735
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 23 09:20 EDT 2024. Contains 372760 sequences. (Running on oeis4.)