OFFSET
0,1
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..20000
G. Xiao, Contfrac
EXAMPLE
Pi^e = 22.459157718361045473... = 22 + 1/(2 + 1/(5 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, Apr 19 2009
MAPLE
cfrac(evalf((evalf(Pi))^(exp(1)), 2560), 256, 'quotients');
MATHEMATICA
ContinuedFraction[ Pi^E, 100]
PROG
(PARI) contfrac(Pi^exp(1))
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi^exp(1)); for (n=0, 20000, write("b058288.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Apr 19 2009
CROSSREFS
KEYWORD
cofr,nonn,easy
AUTHOR
Robert G. Wilson v, Dec 07 2000
EXTENSIONS
More terms from Jason Earls, Jul 12 2001
STATUS
approved