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