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.

A260340 Triangle read by rows: T(n,k) = number of sets of linear n-ads in k variables.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, 1, 1, 1, 1, 22, 22, 1, 1, 1, 1, 130, 550, 130, 1, 1, 1, 1, 822, 16700, 16700, 822, 1, 1, 1, 1, 6202, 703297, 3330915, 703297, 6202, 1, 1, 1, 1, 52552, 38135272, 957659906, 957659906, 38135272, 52552, 1, 1
Offset: 0

Views

Author

N. J. A. Sloane, Jul 30 2015

Keywords

Comments

T(n,k) is the number of nonequivalent n X n binary matrices with k ones in every row and column up to permutation of rows. - Andrew Howroyd, Apr 18 2020

Examples

			Triangle begins:
  1;
  1, 1;
  1, 1,    1;
  1, 1,    1,      1;
  1, 1,    6,      1,       1;
  1, 1,   22,     22,       1,      1;
  1, 1,  130,    550,     130,      1,    1;
  1, 1,  822,  16700,   16700,    822,    1, 1;
  1, 1, 6202, 703297, 3330915, 703297, 6202, 1, 1;
  ...
		

Crossrefs

Columns k=0..4 are A000012, A000012, A002137, A333899, A333900.
Row sums are A333891.

Formula

T(n,k) = T(n,n-k). - Andrew Howroyd, Apr 18 2020

Extensions

Extended to include k=0 and more terms added by Andrew Howroyd, Apr 18 2020