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!)
A016734 Continued fraction for log(6). 2
1, 1, 3, 1, 4, 18, 2, 330, 3, 1, 2, 1, 1, 4, 1, 4, 2, 6, 2, 2, 1, 3, 4, 5, 1, 6, 3, 1, 5, 1, 37, 1, 1, 1, 3, 1, 2, 1, 1, 2, 1, 1, 5, 4, 2, 2, 1, 37, 4, 31, 1, 1, 49, 1, 7, 1, 6, 2, 7, 2, 2, 4, 2, 6, 1, 1, 8, 1, 1, 2, 9, 1, 5, 1, 12, 1, 10, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
G. Xiao, Contfrac
EXAMPLE
1.791759469228055000812477358... = 1 + 1/(1 + 1/(3 + 1/(1 + 1/(4 + ...)))). - Harry J. Smith, May 16 2009
MATHEMATICA
ContinuedFraction[Log[6], 120] (* Harvey P. Dale, Dec 20 2014 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(6)); for (n=1, 20000, write("b016734.txt", n, " ", x[n])); } \\ Harry J. Smith, May 16 2009
(Magma) ContinuedFraction(Log(6)); // G. C. Greubel, Sep 15 2018
CROSSREFS
Cf. A016629 Decimal expansion. - Harry J. Smith, May 16 2009
Sequence in context: A064809 A058361 A112668 * A272473 A362270 A125846
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)