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-1 of 1 results.

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-1 of 1 results.