OFFSET
0,3
COMMENTS
a(n) is also the constant term in product 1 <= i,j <= n, i different from j (1 - x_i/x_j)^5. - Sharon Sela (sharonsela(AT)hotmail.com), Feb 18 2002
REFERENCES
George E. Andrews, Richard Askey, and Ranjan Roy, Special Functions, Cambridge University Press, 1998.
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..105
Jean-Christophe Novelli and Jean-Yves Thibon, Hopf algebras of m-permutations, (m + 1)-ary trees, and m-parking functions, Advances in Applied Mathematics, Vol. 117 (2020), 102019; arXiv preprint, arXiv:1403.5962 [math.CO], 2014-2020.
FORMULA
a(n) ~ sqrt(Pi) * 5^(4*n+1/2) * n^(5*n+1/2) / (2^(3*n-1/2) * 3^n * exp(5*n)). - Amiram Eldar, Jun 09 2026
MATHEMATICA
a[n_] := (5*n)!/(120^n); Array[a, 11, 0] (* Amiram Eldar, Jun 09 2026 *)
PROG
(PARI) a(n)=if(n<0, 0, (5*n)!/120^n)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
BjornE (mdeans(AT)algonet.se)
STATUS
approved
