A159824 Continued fraction for Pi^Pi (cf. A073233).
36, 2, 6, 9, 2, 1, 2, 5, 1, 1, 6, 2, 1, 291, 1, 38, 50, 1, 2, 5, 4, 1, 2, 2, 1, 5, 1, 4, 13, 2, 1, 4, 3, 3, 1, 2, 25, 1, 1, 1, 2, 2, 1, 1, 1, 2, 2, 3, 1, 43, 1, 2, 7, 3, 1, 1, 1, 2, 4, 2, 1, 1, 3, 1, 3, 3, 2, 2, 16, 3, 5, 2, 1, 5, 2, 1, 10, 1, 1, 3, 1, 13, 1, 1, 3, 1, 10, 4, 1, 1, 1, 38, 1, 2, 2, 1, 1, 3
Offset: 0
Keywords
Examples
36.4621596072079117709908260... = 36 + 1/(2 + 1/(6 + 1/(9 + 1/(2 + ...)))).
Links
- Harry J. Smith, Table of n, a(n) for n = 0..20000
Crossrefs
Programs
-
Mathematica
ContinuedFraction[Pi^Pi,200] (* Vladimir Joseph Stephan Orlovsky, Jul 20 2010 *)
-
PARI
{ allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi^Pi); for (n=1, 20001, write("b159824.txt", n-1, " ", x[n])); }
Extensions
Edited by N. J. A. Sloane, Jul 22 2010