A353052 Number of inequivalent {-1,1} matrices of order n, up to permutation of rows and/or columns, multiplication of rows and/or columns by -1, and transposition.
1, 2, 3, 10, 30, 242, 4386
Offset: 1
Examples
When n = 3, there are 3 inequivalent matrices, so a(3) = 3: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 -1 1 -1 -1 1 1 1 and 1 -1 -1 and 1 -1 -1 All other 3-by-3 matrices with entries in {-1,1} can be converted into one of these three matrices by permutating rows and/or columns, multiplying some rows and/or columns by -1, and potentially transposing the matrix.
Links
- John Holbrook, Nathaniel Johnston, and Jean-Pierre Schoch, Real Schur norms and Hadamard matrices, arXiv:2206.02863 [math.CO], 2022.
- Nathaniel Johnston, All inequivalent matrices of size 6-by-6 or less
Extensions
a(7) from Nathaniel Johnston, May 05 2022
Comments