OFFSET
0,2
COMMENTS
Previous name was: "Numerators of partial sums of a certain series of inverse central binomial coefficients.Numerators of partial sums of a certain series of inverse central binomial coefficients".
See A145565 for the denominators.
The limit of the rational partial sums r(n), defined below, for n->infinity is (4*sqrt(3)- Pi)*Pi/9. This limit is approximately 1.321776442.
LINKS
W. Lang, Rationals and more.
Renzo Sprugnoli, Sums of reciprocals of the central binomial coefficients, Integers: electronic journal of combinatorial number theory, 6 (2006) #A27, 1-18. Theorem 3.4, fifth identity.
FORMULA
a(n) = numerator(r(n)) with r(n)=sum(1/(binomial(2*k,k)*(k+1)),k=0..n), rationals in lowest terms.
EXAMPLE
Rationals r(n) (in lowest terms): [1, 5/4, 47/36, 949/720, 33287/25200, 14273/10800, 7694047/5821200,...].
PROG
(PARI) a(n) = numerator(sum(k=0, n, 1/(binomial(2*k, k)*(k+1)))); \\ Michel Marcus, Nov 08 2015
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
Wolfdieter Lang, Oct 17 2008
EXTENSIONS
New name based on formula by Michel Marcus, Nov 08 2015
STATUS
approved