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.

A331718 Number of nonequivalent n-column binary matrices with 3 ones in every column and any number of distinct nonzero rows up to permutation of rows and columns.

Original entry on oeis.org

1, 0, 0, 3, 23, 191, 2203, 31313
Offset: 0

Views

Author

Andrew Howroyd, Feb 02 2020

Keywords

Examples

			The a(3) = 3 matrices are:
  [1, 1, 0]  [1, 1, 1]  [1, 1, 1]
  [1, 0, 1]  [1, 1, 0]  [1, 1, 0]
  [1, 0, 0]  [1, 0, 1]  [1, 0, 1]
  [0, 1, 1]  [0, 1, 0]  [0, 1, 1]
  [0, 1, 0]  [0, 0, 1]
  [0, 0, 1]
		

Crossrefs

Row n=3 of A331510.
Cf. A331717.