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.

A331637 Number of binary matrices with nonzero rows, a total of n ones and each column with the same number of ones.

Original entry on oeis.org

1, 4, 14, 89, 542, 5156, 47294, 570074, 7103343, 104493608, 1622632574, 28411638982, 526858348382, 10699857854372, 230297862127828, 5330284144906443, 130370767029135902, 3390229775073259800, 92801587319328411134, 2679531116538955252338
Offset: 1

Views

Author

Andrew Howroyd, Jan 23 2020

Keywords

Examples

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

Crossrefs

Cf. A262809.

Formula

a(n) = Sum_{d|n} A262809(n/d, d).