login
A004346
Binomial coefficient C(5n,n-4).
2
1, 25, 435, 6545, 91390, 1221759, 15890700, 202927725, 2558620845, 31966749880, 396704524216, 4898229264825, 60246643120300, 738799683460650, 9038619861406740, 110375347398090219, 1345860629046814650, 16391295291994500150, 199439701243274033850, 2424792109500392414475
OFFSET
4,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
D-finite with recurrence -8*(4*n+3)*(n-4)*(2*n+1)*(4*n+1)*(n+1)*a(n) + 5*n*(5*n-4)*(5*n-3)*(5*n-2)*(5*n-1)*a(n-1) = 0. - R. J. Mathar, Mar 19 2025
a(n) ~ 5^(5*n+1/2) / (2^(8*n+19/2) * sqrt(Pi*n)). - Amiram Eldar, Sep 08 2025
MATHEMATICA
a[n_] := Binomial[5*n, n-4]; Array[a, 25, 4] (* Amiram Eldar, Sep 08 2025 *)
PROG
(PARI) a(n) = binomial(5*n, n-4); \\ Amiram Eldar, Sep 08 2025
CROSSREFS
Sequence in context: A019722 A180800 A387367 * A021324 A092430 A018207
KEYWORD
nonn,easy
STATUS
approved