cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A116976 Number of nonsingular n X n matrices with rational entries equal to 0 or 1, up to row and column permutations.

Original entry on oeis.org

1, 2, 8, 61, 1153, 64310, 11352457, 6417769762
Offset: 1

Views

Author

Vladeta Jovovic, Apr 01 2006

Keywords

Comments

"Rational entries" means that a matrix is nonsingular iff it has a nonzero determinant. (Over the integers a matrix with determinant > 1 is not invertible.) M. F. Hasler, May 25 2020

Examples

			From _M. F. Hasler_, May 25 2020: (Start)
Representatives of the two inequivalent nonsingular (0,1) matrices for n=2 are
  [ 1  0 ]   and   [ 1  1 ]  .
  [ 0  1 ]         [ 0  1 ]
For n=3 we have 8 nonsingular nonequivalent representatives:
  [1 0 0]  [1 0 0]  [1 0 1]  [1 1 1]  [1 1 0]  [1 1 0]  [1 1 1]  [1 1 0]
  [0 1 0], [0 1 1], [0 1 1], [0 1 0], [0 1 1], [1 0 1], [0 1 1], [1 0 1].
  [0 0 1]  [0 0 1]  [0 0 1]  [0 0 1]  [0 0 1]  [0 1 1]  [0 0 1]  [1 1 1]
To see that they are inequivalent, consider their column sums:
  (1 1 1), (1 1 2), (1 1 3), (1 2 2), (1 2 2), (2 2 2), (1 2 3), (3 2 2).
Only the 4th and 5th matrix have equivalent column sum signature (1,2,2), but their row sums are (3,1,1) resp. (2,2,1). Therefore they can't be obtained one from the other by row and column permutations which leave invariant these sums.
(End)
		

Crossrefs

Formula

a(n) = A002724(n) - A116977(n). - Max Alekseyev, Jul 14 2022

Extensions

a(8) from Brendan McKay, May 25 2020
Showing 1-1 of 1 results.