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.

Showing 1-2 of 2 results.

A355333 Triangle read by rows: T(n,k) is the number of n X n Boolean matrices with Schein rank k, 0 <= k <= n.

Original entry on oeis.org

1, 1, 1, 1, 9, 6, 1, 49, 306, 156, 1, 225, 8550, 40656, 16104, 1, 961, 194850, 5771100, 21165720, 6421800
Offset: 0

Views

Author

Pontus von Brömssen, Jun 29 2022

Keywords

Comments

Also, T(n,k) is the number of spanning subgraphs of the complete bipartite graph K_{n,n} that have bipartite dimension (or biclique covering number) k.

Examples

			Triangle begins:
  n\k | 0   1      2       3        4       5
  ----+--------------------------------------
   0  | 1
   1  | 1   1
   2  | 1   9      6
   3  | 1  49    306     156
   4  | 1 225   8550   40656    16104
   5  | 1 961 194850 5771100 21165720 6421800
		

Crossrefs

Cf. A002416 (row sums), A064230, A286331, A354741, A355334.

A363036 Triangular array read by rows. T(n,k) is the number of regular elements in the semigroup of all binary relations on [n] that have rank k, n>=0, 0<=k<=n.

Original entry on oeis.org

1, 1, 1, 1, 9, 6, 1, 49, 306, 114, 1, 225, 8550, 26376, 5256, 1, 961, 194850, 3311250, 4669200, 507720
Offset: 0

Views

Author

Geoffrey Critzer, May 17 2023

Keywords

Examples

			 1;
 1,   1;
 1,   9,      6;
 1,  49,    306,     114;
 1, 225,   8550,   26376,    5256;
 1, 961, 194850, 3311250, 4669200, 507720;
 ...
		

Crossrefs

Cf. A354279 (row sums), A003425 (main diagonal), A060867 (column k=1), A354741.
Showing 1-2 of 2 results.