login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A004392
Binomial coefficient C(8n,n-11).
1
1, 96, 5356, 227920, 8214570, 264566400, 7858539612, 219683466288, 5859727868575, 150599264060960, 3756161027103408, 91408035226209520, 2179449368215754180, 51079330206309343680, 1179791641436990551200
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
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
Sequence in context: A035809 A017759 A251159 * A229585 A093296 A093248
KEYWORD
nonn,easy
STATUS
approved