OFFSET
0,2
COMMENTS
Related to Apery's proof of the irrationality of zeta(3).
LINKS
C. Elsner, On recurrence formulas for sums involving binomial coefficients, Fib. Q., 43,1 (2005), 31-45.
FORMULA
(5/2)*Sum_{i >= 1} (-1)^(i-1)/(i^3*C(2*i, i)) = zeta(3).
EXAMPLE
0, 5/4, 115/96, 1039/864, 58157/48384, 1454021/1209600, 6854599/5702400, ... -> zeta(3).
MATHEMATICA
Denominator[Table[5/2 Sum[(-1)^(i-1)/(i^3 Binomial[2i, i]), {i, n}], {n, 0, 20}]] (* Harvey P. Dale, Aug 25 2012 *)
PROG
(PARI) a(n)=denominator(5/2*sum(k=1, n, (-1)^(k+1)/k^3/binomial(2*k, k)))
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
Benoit Cloitre, Jan 01 2004
EXTENSIONS
Edited by N. J. A. Sloane, Aug 23 2008 at the suggestion of R. J. Mathar
STATUS
approved