OFFSET
5,2
REFERENCES
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 828.
LINKS
Robert Israel, Table of n, a(n) for n = 5..855
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
FORMULA
a(n+1) = a(n)*72*(6*n+1)*(3*n+1)*(2*n+1)*(3*n+2)*(6*n+5)*(n+1)/(5*(5*n+6)*(5*n+7)*(5*n+8)*(5*n+9)*(n+2)*(n-4)). - Robert Israel, Feb 04 2018
MAPLE
seq(binomial(6*n, n-5), n=5..20); # Robert Israel, Feb 04 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved