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!)
A016739 Continued fraction for log(11). 3
2, 2, 1, 1, 18, 2, 2, 7, 1, 6, 1, 1, 4, 1, 32, 4, 1, 1, 1, 3, 1, 1, 1, 2, 1, 4, 1, 1, 3, 1, 43, 4, 1, 1, 1, 25, 3, 2, 17, 4, 2, 1, 2, 1, 3, 1, 1, 89, 5, 1, 1, 1, 3, 1, 1, 2, 15, 3, 1, 49, 1, 1, 2, 35, 23, 1, 7, 2, 2, 3, 1, 2, 2, 1, 74, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
2.39789527279837054406194357... = 2 + 1/(2 + 1/(1 + 1/(1 + 1/(18 + ...)))). - Harry J. Smith, May 16 2009
MATHEMATICA
ContinuedFraction[Log[11], 100] (* G. C. Greubel, Sep 15 2018 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(11)); for (n=1, 20000, write("b016739.txt", n, " ", x[n])); } \\ Harry J. Smith, May 16 2009
(Magma) ContinuedFraction(Log(11)); // G. C. Greubel, Sep 15 2018
CROSSREFS
Cf. A016634 Decimal expansion. - Harry J. Smith, May 16 2009
Sequence in context: A322194 A174120 A240939 * A158452 A208929 A039965
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 April 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)