OFFSET
0,2
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..19999
EXAMPLE
1.155727349790921717910093183... = 1 + 1/(6 + 1/(2 + 1/(2 + 1/(1 + ...))))
MATHEMATICA
ContinuedFraction[Pi/E, 100] (* Harvey P. Dale, Oct 31 2011 *)
PROG
(PARI) contfrac(Pi/exp(1))
(PARI) allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi/exp(1)); for (n=1, 20000, write("b061666.txt", n-1, " ", x[n])); \\ Harry J. Smith, Jul 25 2009
CROSSREFS
KEYWORD
cofr,easy,nonn
AUTHOR
Jason Earls, Jun 16 2001
EXTENSIONS
Extra comma removed from terms by Harry J. Smith, Jul 25 2009
Offset changed by Andrew Howroyd, Aug 04 2024
STATUS
approved