OFFSET
1,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
Seiichi Manyama, Table of n, a(n) for n = 1..853
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
D-finite with recurrence 5*(n-1)*(5*n+1)*(5*n-3)*(5*n-2)*(5*n-1)*a(n) - 72*(6*n-5)*(6*n-1)*(3*n-1)*(2*n-1)*(3*n-2)*a(n-1) = 0. - R. J. Mathar, Mar 19 2025
a(n) ~ 64^n * 3^(6*n+1/2) / (5^(5*n+3/2) * sqrt(Pi*n)). - Amiram Eldar, Sep 09 2025
a(n) = A004357(n)*(5*n+2)/(n-1). - R. J. Mathar, Mar 14 2026
MATHEMATICA
Table[Binomial[6n, n-1], {n, 20}] (* Harvey P. Dale, Mar 04 2017 *)
PROG
(PARI) a(n) = binomial(6*n, n-1); \\ Amiram Eldar, Sep 09 2025
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
