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.

A365985 Triangular array read by rows: T(n,k) is the number of binary relations on [n] that are dense (A355730) and have exactly k strongly connected components, n>=0, 0<=k<=n.

Original entry on oeis.org

1, 0, 2, 0, 3, 10, 0, 85, 114, 134, 0, 13317, 10029, 6972, 4606, 0, 8300125, 4026580, 1756610, 866300, 389882, 0, 19743155103, 6020248905, 1736497215, 589363590, 231745290, 78631330
Offset: 0

Views

Author

Geoffrey Critzer, Sep 24 2023

Keywords

Examples

			Triangle begins ...
  1;
  0,     2;
  0,     3,    10;
  0,    85,   114,  134;
  0, 13317, 10029, 6972, 4606;
  ...
		

Crossrefs

Cf. A355730 (row sums).

Extensions

Row n = 5 from Pontus von Brömssen, Sep 24 2023
Row n = 6 from Pontus von Brömssen, Sep 25 2023