OFFSET
0,2
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..19999
Eric Weisstein's World of Mathematics, Apery's Constant.
G. Xiao, Contfrac.
EXAMPLE
zeta(3) = 1.2020569031595942... = 1 + 1/(4 + 1/(1 + 1/(18 + 1/(1 + ...)))). - Harry J. Smith, Apr 20 2009
MATHEMATICA
ContinuedFraction[ Zeta[3], 100]
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(zeta(3)); for (n=1, 20000, write("b013631.txt", n-1, " ", x[n])); } \\ Harry J. Smith, Apr 20 2009
CROSSREFS
KEYWORD
nonn,cofr,nice
AUTHOR
N. J. A. Sloane, John Morrison (John.Morrison(AT)armltd.co.uk)
EXTENSIONS
Offset changed by Andrew Howroyd, Jul 10 2024
STATUS
approved