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.

A079815 Number of equivalent classes of n X n 0-1 matrices with 3 1's in each row and column.

Original entry on oeis.org

0, 0, 1, 1, 2, 7, 16, 71
Offset: 1

Views

Author

Michael Steyer (m.steyer(AT)osram.de), Feb 20 2003

Keywords

Comments

Matrices are considered to belong to the same equivalent class if they can be transformed into each other by successive permutations of rows or columns.
In general, to transform 2 equivalent matrices into each other, it is necessary to first permute rows, then columns, then rows and so on.
From Brendan McKay, Aug 27 2010: (Start)
A079815 appears on the surface to describe the same objects as A000512, but I don't know where the term "71" comes from.
Also the comment "In general, to transform 2 equivalent matrices into each other, it is necessary to first permute rows, then columns, then rows and so on." is wrong - actually only one permutation of rows and one permutation of columns is enough.
I will guess that this sequence counts matrices in which both the rows and columns are in sorted order. The reason I suspect that is because a common way to make such matrices is to alternately sort the rows and columns until it stabilizes.
The value of a(8) should be checked. (End)

Examples

			n=4: every matrix with 3 1's in each row and column can be transformed by permutation of rows (or columns) into {1110,1101,1011,0111}, therefore a(4)=1.
		

Crossrefs

Cf. A001501.

Extensions

Edited by N. J. A. Sloane, Sep 04 2010