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.

A331640 Number of binary matrices with n columns and any number of distinct nonzero rows with 2 ones in every column.

Original entry on oeis.org

1, 0, 6, 120, 6174, 449520, 49686726, 7455901320, 1479839874414, 373573957133280, 117097298726892246, 44596327028174342520, 20287402287658565190654, 10864410524883717498300240, 6765647366010527963979060966, 4847736403559133115838948559720
Offset: 0

Views

Author

Andrew Howroyd, Jan 23 2020

Keywords

Examples

			The a(2) = 6 matrices are:
   [1 1]  [1 1]  [1 0]  [1 0]  [0 1]  [0 1]
   [1 0]  [0 1]  [1 1]  [0 1]  [1 1]  [1 0]
   [0 1]  [1 0]  [0 1]  [1 1]  [1 0]  [1 1]
		

Crossrefs

Row n=2 of A331567.
Cf. A331641.