OFFSET
0,1
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..20000
G. Xiao, Contfrac
EXAMPLE
9.869604401089358618834490999... = 9 + 1/(1 + 1/(6 + 1/(1 + 1/(2 + ...)))). - Harry J. Smith, May 31 2009
MATHEMATICA
ContinuedFraction[ Pi^2, 100]
PROG
(PARI) contfrac(Pi^2)
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi^2); for (n=0, 20000, write("b058284.txt", n, " ", x[n+1])); } \\ Harry J. Smith, May 31 2009
CROSSREFS
KEYWORD
cofr,nonn,easy
AUTHOR
Robert G. Wilson v, Dec 07 2000
EXTENSIONS
More terms from Jason Earls, Jul 11 2001
STATUS
approved