OFFSET
0,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..500
Necdet Batir and Anthony Sofo, On some series involving reciprocals of binomial coefficients, Appl. Math. Comp., Vol. 220 (2013), pp. 331-338.
FORMULA
MATHEMATICA
a[n_] := n * Binomial[4*n, n]; Array[a, 25, 0]
PROG
(PARI) a(n) = n * binomial(4*n, n);
CROSSREFS
KEYWORD
nonn,easy,new
AUTHOR
Amiram Eldar, Dec 07 2024
STATUS
approved