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!)
A160045 Continued fraction for Pi^Pi^Pi A073234. 1
1340164183006357435, 3, 2, 1, 3, 4, 1, 1, 5, 1, 1, 1, 4, 14, 1, 2, 5, 2, 3, 1, 2, 1, 50, 785, 1, 1, 2, 34, 1, 2, 1, 3, 1, 3, 3, 1, 1, 1, 2, 2, 5, 3, 9, 1, 1, 1, 1, 1, 1, 8, 13, 2, 11, 444, 3, 1, 2, 86, 1, 25, 4, 2, 25, 18, 2, 1, 192, 1, 4, 1, 5, 3, 14, 4, 15, 2, 3, 8, 4, 2, 36, 1, 1, 2, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Pi^Pi^Pi = 1340164183006357435.2974491296401314150993749745734992377879...
LINKS
EXAMPLE
Pi^Pi^Pi = 1340164183006357435 + 1/(3 + 1/(2 + 1/(1 + 1/(3 + ...)))).
MATHEMATICA
ContinuedFraction[Pi^Pi^Pi, 90] (* Harvey P. Dale, Sep 10 2014 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi^Pi^Pi); for (n=1, 20001, write("b160045.txt", n-1, " ", x[n])); }
CROSSREFS
Cf. A073234 Decimal expansion of Pi^Pi^Pi.
Sequence in context: A257306 A281506 A281507 * A113741 A115529 A229864
KEYWORD
nonn
AUTHOR
Harry J. Smith, May 01 2009
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)