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