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.

A348071 Triangular array read by rows: T(n,k) is the number of undirected 2-regular labeled graphs whose smallest connected component has exactly k nodes; n >= 1, 1 <= k <= n.

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 0, 12, 0, 0, 10, 0, 0, 60, 0, 0, 105, 0, 0, 0, 360, 0, 0, 672, 315, 0, 0, 0, 2520, 0, 0, 5320, 4536, 0, 0, 0, 0, 20160, 0, 0, 49500, 37800, 18144, 0, 0, 0, 0, 181440, 0, 0, 523215, 356400, 332640, 0, 0, 0, 0, 0, 1814400
Offset: 1

Views

Author

Steven Finch, Sep 27 2021

Keywords

Comments

For the statistic "length of the largest component", see A348070.

Examples

			Triangle begins:
  0;
  0,  0;
  0,  0,    1;
  0,  0,    0,    3;
  0,  0,    0,    0,  12;
  0,  0,   10,    0,   0,  60;
  0,  0,  105,    0,   0,   0,  360;
  0,  0,  672,  315,   0,   0,    0, 2520;
  0,  0, 5320, 4536,   0,   0,    0,    0, 20160;
...
		

Crossrefs

Row sums give A001205, n >= 1.
Right border gives A001710.
Columns 1 and 2 each give A000004.
Cf. A348070.

Formula

T(n,n) = A001710(n-1) for n >= 2.
Showing 1-1 of 1 results.