login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A016453 Continued fraction for ln(25). 2
3, 4, 1, 1, 3, 7, 2, 12, 47, 2, 1, 1, 1, 1, 1, 1, 19, 1, 11, 1, 5, 15, 3, 1, 1, 3, 1, 1, 19, 8, 1, 1, 1, 1, 1, 20, 6, 1, 3, 2, 3, 4, 9, 3, 26, 8, 9, 8, 32, 1, 1, 1, 1, 5, 1, 8, 2, 4, 2, 10, 2, 7, 1, 1, 7, 20, 1, 27, 70, 1, 15, 1, 1, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,20000

EXAMPLE

3.218875824868200749201518666... = 3 + 1/(4 + 1/(1 + 1/(1 + 1/(3 + ...)))) [From Harry J. Smith, May 19 2009]

MATHEMATICA

ContinuedFraction[Log[25], 120] (* From Harvey P. Dale, Sep 20 2011 *)

PROG

(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(25)); for (n=1, 20000, write("b016453.txt", n, " ", x[n])); } [From Harry J. Smith, May 19 2009]

CROSSREFS

Cf. A016648 Decimal expansion. [From Harry J. Smith, May 19 2009]

Sequence in context: A171528 A131107 A046547 * A158572 A083532 A073366

Adjacent sequences:  A016450 A016451 A016452 * A016454 A016455 A016456

KEYWORD

nonn,cofr

AUTHOR

N. J. A. Sloane.

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 07:18 EDT 2013. Contains 225429 sequences.