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!)
A016735 Continued fraction for log(7). 3
1, 1, 17, 2, 19, 1, 11, 2, 1, 1, 1, 9, 1, 3, 8, 2, 1, 4, 2, 1, 1, 1, 1, 3, 2, 2, 1, 5, 1, 1, 3, 3, 1, 2, 2, 1, 1, 2, 3, 1, 1, 2, 5, 1, 5, 1, 1, 2, 7, 2, 3, 23, 1, 2, 1, 1, 2, 4, 2, 1, 1, 1, 3, 1, 1, 2, 20, 12, 3, 2, 1, 1, 1, 1, 1, 1, 12, 2, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
G. Xiao, Contfrac
EXAMPLE
1.9459101490553133051053527... = 1 + 1/(1 + 1/(17 + 1/(2 + 1/(19 + ...)))). - Harry J. Smith, May 16 2009
MATHEMATICA
ContinuedFraction[Log[7], 100] (* G. C. Greubel, Sep 15 2018 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(7)); for (n=1, 20000, write("b016735.txt", n, " ", x[n])); } \\ Harry J. Smith, May 16 2009
(Magma) ContinuedFraction(Log(7)); // G. C. Greubel, Sep 15 2018
CROSSREFS
Cf. A016630 Decimal expansion. - Harry J. Smith, May 16 2009
Sequence in context: A040287 A252940 A283894 * A034059 A303733 A040288
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 10 10:32 EDT 2024. Contains 373264 sequences. (Running on oeis4.)