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!)
A016468 Continued fraction for log(40). 2
3, 1, 2, 4, 1, 2, 51, 1, 68, 1, 1, 16, 1, 1, 1, 6, 21, 4, 1, 1, 3, 1, 1, 1, 9, 1, 16, 2, 8, 3, 2, 9, 11, 1, 1, 3, 1, 1, 1, 1, 4, 1, 4, 6, 4, 1, 2, 1, 3, 1, 1, 20, 8, 1, 2, 75, 1, 1, 1, 3, 1, 2, 1, 14, 1, 1, 1, 2, 5, 6, 1, 1, 1, 13, 2, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.688879454113936302852455697... = 3 + 1/(1 + 1/(2 + 1/(4 + 1/(1 + ...)))). - Harry J. Smith, May 21 2009
MATHEMATICA
ContinuedFraction[Log[40], 80] (* Harvey P. Dale, Dec 17 2012 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(40)); for (n=1, 20000, write("b016468.txt", n, " ", x[n])); } \\ Harry J. Smith, May 21 2009
CROSSREFS
Cf. A016663 Decimal expansion. - Harry J. Smith, May 21 2009
Sequence in context: A245538 A080890 A251621 * A134839 A077581 A130419
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 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)