OFFSET
11,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 = 11..771
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
7*(n - 10)*(7*n + 12)*(7*n + 13)*(n + 2)*(7*n + 15)*(7*n + 16)*(7*n + 17)*(7*n + 18)*a(n + 1) = 128*(8*n + 1)*(4*n + 1)*(8*n + 3)*(2*n + 1)*(8*n + 5)*(4*n + 3)*(8*n + 7)*(n + 1)*a(n). - Robert Israel, Aug 05 2020
MAPLE
seq(binomial(8*n, n-11), n=11..40); # Robert Israel, Aug 05 2020
MATHEMATICA
Table[Binomial[8n, n-11], {n, 11, 30}] (* Harvey P. Dale, Apr 13 2011 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved