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.

A221976 The number of n X n matrices with zero determinant and with entries a permutation of [1,2,..,n^2].

Original entry on oeis.org

0, 0, 2736, 8290316160
Offset: 1

Views

Author

R. J. Mathar, May 12 2013

Keywords

Comments

This counts a subset of all (n^2)! = A088020(n) matrices which contain elements which are a permutation of [n^2]. The range of determinants is characterized in A085000, and the size of the set of different determinants in A088217.
Because any combination of row and column permutation of matrices with distinct elements generates (n!)^2 = A001044(n) different matrices, and because these restricted permutations leave the (absolute value of) the determinant constant, a(n) is a multiple of A001044(n). This factor does not yet take into account that matrix transpositions also maintain the values of determinants (and which never can be achieved by row or column permutation).

Formula

a(n) = A136609(n)*A001044(n).