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.

A000410 Number of singular n X n rational (0,1)-matrices.

Original entry on oeis.org

0, 0, 6, 425, 65625, 27894671, 35716401889, 144866174953833
Offset: 1

Views

Author

Keywords

Comments

Number of all n X n (0,1)-matrices having distinct, nonzero ordered rows and determinant 0 - compare A000409.
a(n) is the number of singular n X n rational {0,1}-matrices with no zero rows and with all rows distinct, up to permutation of rows and so a(n) = binomial(2^n-1,n) - A088389(n). Cf. A116506, A116507, A116527, A116532. - Vladeta Jovovic, Apr 03 2006

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Formula

n! * a(n) = A046747(n) - 2^(n^2) + n! * binomial(2^n -1, n).

Extensions

n=7 term from Guenter M. Ziegler (ziegler(AT)math.TU-Berlin.DE)
a(8) from Vladeta Jovovic, Mar 28 2006