A333165 Number of non-isomorphic 2n X 2n symmetric matrices with entries in {+1, -1} and all rows and columns summing to zero.
1, 1, 2, 5, 66, 7937, 10211144, 133506398361, 18551599312980440, 28652629505982770906471, 510824181488832447063505273252
Offset: 0
Examples
The a(1) = 1 matrix is: [+ -] [- +] The a(2) = 2 matrices are: [+ + - -] [+ + - -] [+ + - -] [+ - + -] [- - + +] [- + - +] [- - + +] [- - + +]
Formula
a(n) = A333159(2*n, n).
Comments