OFFSET
0,1
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..20000
EXAMPLE
e*Pi*phi = 13.8175802271764... = 13 + 1/(1 + 1/(4 + 1/(2 + 1/(13 + ...)))).
MATHEMATICA
ContinuedFraction[E Pi GoldenRatio, 100] (* Harvey P. Dale, Aug 09 2016 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); phi = (1 + sqrt(5))/2; x=contfrac(exp(1)*Pi*phi); for (n=1, 20001, write("b159820.txt", n-1, " ", x[n])); }
CROSSREFS
KEYWORD
nonn
AUTHOR
Harry J. Smith, Apr 26 2009
STATUS
approved