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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064107 Continued fraction quotients for e^e = 15.15426223. 2
15, 6, 2, 13, 1, 3, 6, 2, 1, 1, 5, 1, 1, 1, 9, 4, 1, 1, 1, 6, 7, 1, 2, 4, 1, 2, 2, 24, 1, 2, 4, 56, 1, 1, 2, 4, 1, 75, 1, 5, 1, 2, 2, 1, 137, 2, 2, 97, 3, 16, 1, 1, 1, 1, 3, 5, 12, 1, 1, 2, 1, 53, 1, 2, 5, 3, 2, 4, 1, 2, 1, 39, 1, 2, 1, 4, 1, 11, 1, 5, 5, 1, 4, 1, 17, 12, 4, 82, 1, 4, 6, 25, 3, 2, 3 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

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

EXAMPLE

15.154262241479264189760430... = 15 + 1/(6 + 1/(2 + 1/(13 + 1/(1 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 30 2009]

MAPLE

with(numtheory): cfrac(evalf((exp(1))^(exp(1)), 2560), 256, 'quotients');

PROG

(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(exp(exp(1))); for (n=1, 20000, write("b064107.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 30 2009]

CROSSREFS

A058287, A058288.

Sequence in context: A147060 A110791 A128251 * A116907 A040214 A111298

Adjacent sequences:  A064104 A064105 A064106 * A064108 A064109 A064110

KEYWORD

cofr,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Sep 17 2001

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 February 17 19:13 EST 2012. Contains 206085 sequences.