A099125 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}.
1, 7, 406, 102340, 83369265, 179224992408, 878487565272240, 8800321588119330984, 165564847349896309234920, 5470105884755875924791320090, 300550263698274781577833262263448, 26251679033395309424785182716562495776, 3509663406416043297299781592276029113718775
Offset: 0
Keywords
Links
- Andrew Howroyd, Table of n, a(n) for n = 0..100
Programs
-
PARI
a(n)={binomial(binomial(n + 6, n) + n - 1, n)} \\ Andrew Howroyd, Jan 17 2020
Formula
a(n) = binomial(binomial(n + 6, n) + n - 1, n). - Andrew Howroyd, Jan 17 2020
Extensions
a(0)=1 prepended and a(11) and beyond from Andrew Howroyd, Jan 17 2020
Comments