OFFSET
0,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
a(n) = C(5n+10,n) = (n+2)*A233738(n)/2. Wesley Ivan Hurt, Sep 01 2014
MAPLE
MATHEMATICA
Table[Binomial[5 n + 10, n], {n, 0, 20}] (* Wesley Ivan Hurt, Sep 01 2014 *)
PROG
(Magma) [Binomial(5*n+10, n) : n in [0..20]]; // Wesley Ivan Hurt, Sep 01 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Name and offset changed by Wesley Ivan Hurt, Sep 01 2014
STATUS
approved