OFFSET
0,1
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..19999
G. Xiao, Contfrac
EXAMPLE
19.9990999791894757672664429846690444960689368432251061724701018172...
19.999099979189475767266... = 19 + 1/(1 + 1/(1110 + 1/(11 + 1/(1 + ...)))). - Harry J. Smith, May 14 2009
MATHEMATICA
ContinuedFraction[E^Pi-Pi, 90] (* Harvey P. Dale, Dec 17 2011 *)
PROG
(PARI) contfrac(exp(1)^Pi-Pi)
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(exp(1)^Pi-Pi); for (n=1, 20000, write("b018939.txt", n-1, " ", x[n])); } \\ Harry J. Smith, May 14 2009
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
EXTENSIONS
More terms from Jason Earls, Jul 24 2001
Offset changed by Andrew Howroyd, Aug 07 2024
STATUS
approved