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.

A331636 Number of nonnegative integer matrices with nonzero rows, total sum n and columns with equal sums.

Original entry on oeis.org

1, 5, 17, 109, 557, 5785, 47357, 596365, 7151841, 106763725, 1622633597, 28757539337, 526858352477, 10758375762109, 230342261913169, 5344946955452877, 130370767029201437, 3394996816992588345, 92801587319328673277, 2681375183085608280093
Offset: 1

Views

Author

Andrew Howroyd, Jan 23 2020

Keywords

Examples

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

Crossrefs

Cf. A316674.

Formula

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