A099124 Number of orbits of the wreath product of S_n with S_n on n X n matrices over {0,1,2,3,4,5}.
1, 6, 231, 30856, 11009376, 8809549056, 13949678575756, 39822612151165272, 190782296093487153627, 1449479533445348118223510, 16683660613067331275158983216, 280167196060745030529247396914000, 6651137552302201488023930244802896266
Offset: 0
Keywords
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..100
Programs
-
Mathematica
Table[Binomial[Binomial[n+5,n]+n-1,n],{n,0,20}] (* Harvey P. Dale, Jul 26 2020 *)
-
PARI
a(n)={binomial(binomial(n + 5, n) + n - 1, n)} \\ Andrew Howroyd, Jan 17 2020
Formula
a(n) = binomial(binomial(n + 5, n) + n - 1, n). - Andrew Howroyd, Jan 17 2020
Extensions
a(0)=1 prepended and a(12) and beyond from Andrew Howroyd, Jan 17 2020
Comments