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!)
A016733 Continued fraction for log(5). 3
1, 1, 1, 1, 1, 3, 1, 1, 1, 3, 4, 6, 94, 1, 3, 4, 40, 1, 5, 2, 2, 1, 1, 7, 7, 8, 39, 4, 3, 4, 1, 9, 1, 1, 2, 1, 7, 1, 6, 2, 18, 1, 1, 1, 12, 1, 1, 3, 1, 1, 4, 16, 16, 3, 3, 2, 1, 17, 1, 8, 1, 20, 1, 15, 15, 10, 2, 13, 1, 1, 34, 1, 32, 25 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..19999 (offset adapted by Georg Fischer, Jan 31 2019)
G. Xiao, Contfrac
EXAMPLE
1.609437912434100374600759333... = 1 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 16 2009
MATHEMATICA
ContinuedFraction[Log[5], 100] (* Harvey P. Dale, Apr 02 2015 *)
PROG
(PARI) { default(realprecision, 21000); x=contfrac(log(5)); for (n=1, 20000, write("b016733.txt", n - 1, " ", x[n])); } \\ Harry J. Smith, May 16 2009
(Magma) ContinuedFraction(Log(5)); // G. C. Greubel, Sep 15 2018
CROSSREFS
Cf. A016628 (decimal expansion). - Harry J. Smith, May 16 2009
Sequence in context: A348660 A076476 A243200 * A060234 A131270 A109223
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)