A099127 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,6,7,8}.
1, 9, 1035, 762355, 2531986380, 29653914688398, 1023687680214527328, 90954904732217610881940, 18709083803797153776767847375, 8183604949527627465377060678018870, 7099997495119970047949715137555520213198
Offset: 0
Keywords
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..50
Programs
-
PARI
a(n)={binomial(binomial(n + 8, n) + n - 1, n)} \\ Andrew Howroyd, Jan 17 2020
Formula
a(n) = binomial(binomial(n + 8, n) + n - 1, n). - Andrew Howroyd, Jan 17 2020
Extensions
a(0)=1 prepended and a(10) and beyond from Andrew Howroyd, Jan 17 2020
Comments