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!)
A016467 Continued fraction for log(39). 2
3, 1, 1, 1, 35, 8, 2, 130, 2, 2, 3, 1, 1, 1, 5, 15, 11, 1, 11, 3, 9, 1, 7, 1, 3, 1, 4, 2, 13, 1, 1, 5, 3, 9, 5, 3, 1, 118, 14, 3, 20, 1, 6, 8, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 3, 1, 13, 46, 3, 1, 4, 10, 1, 2, 1, 7, 9, 13 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.66356164612964642744873267... = 3 + 1/(1 + 1/(1 + 1/(1 + 1/(35 + ...)))). - Harry J. Smith, May 21 2009
MATHEMATICA
ContinuedFraction[Log[39], 80] (* Harvey P. Dale, Jul 10 2014 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(39)); for (n=1, 20000, write("b016467.txt", n, " ", x[n])); } \\ Harry J. Smith, May 21 2009
CROSSREFS
Cf. A016662 Decimal expansion. - Harry J. Smith, May 21 2009
Sequence in context: A286591 A297557 A066827 * A342275 A324049 A194510
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 July 14 12:10 EDT 2024. Contains 374318 sequences. (Running on oeis4.)