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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A159822 Continued fraction for Pi*e A019609. 2
8, 1, 1, 5, 1, 3, 1, 4, 12, 3, 2, 1, 5, 2, 12, 1, 1, 1, 10, 2, 2, 2, 3, 8, 3, 2, 2, 2, 29, 1, 1, 13, 1, 1, 8, 11, 16, 3, 1, 4, 163, 2, 1, 1, 1, 5, 1, 6, 1, 17, 5, 1, 3, 6, 3, 1, 4, 1, 1, 1, 5, 1, 7, 15, 4, 1, 1, 1, 9, 1, 1, 4, 1, 1, 9, 1, 55, 14, 14, 1, 3, 2, 3, 7, 1, 118, 1, 2, 29, 1, 2, 2, 1, 4, 1, 2, 1 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

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

EXAMPLE

Pi*e = 8.53973422267356706546... = 8 + 1/(1 + 1/(1 + 1/(5 + 1/(1 + ...))))

MATHEMATICA

ContinuedFraction[E*Pi, 5! ] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 18 2009]

PROG

(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi*exp(1)); for (n=1, 20001, write("b159822.txt", n-1, " ", x[n])); }

CROSSREFS

Sequence in context: A154015 A197492 A153621 * A010151 A021556 A172428

Adjacent sequences:  A159819 A159820 A159821 * A159823 A159824 A159825

KEYWORD

nonn

AUTHOR

Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 27 2009

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 14 13:08 EST 2012. Contains 205623 sequences.