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.

A363232 Triangular array read by rows. T(n,k) is the number of idempotent Boolean relation matrices with rank k, n >= 0, 0 <= k <= n.

Original entry on oeis.org

1, 1, 1, 1, 7, 3, 1, 37, 66, 19, 1, 175, 975, 990, 219, 1, 781, 12090, 32575, 23345, 4231, 1, 3367, 135903, 866550, 1514610, 814903, 130023
Offset: 0

Views

Author

Geoffrey Critzer, May 22 2023

Keywords

Comments

Explicit formulas for columns k=0,1,2,3,4 are given in the Butler-Markowsky link.

Examples

			Triangle begins:
  1;
  1,    1;
  1,    7,      3;
  1,   37,     66,     19;
  1,  175,    975,    990,    219;
  1,  781,  12090,  32575,   23345,   4231;
  1, 3367, 135903, 866550, 1514610, 814903, 130023;
  ...
		

Crossrefs

Cf. A121337 (row sums), A001035 (main diagonal), A005061 (column k=1).