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.

A348070 Triangular array read by rows: T(n,k) is the number of undirected 2-regular labeled graphs whose largest 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, 0, 105, 0, 0, 360, 0, 0, 0, 315, 672, 0, 0, 2520, 0, 0, 280, 0, 4536, 5040, 0, 0, 20160, 0, 0, 0, 6300, 18144, 37800, 43200, 0, 0, 181440, 0, 0, 0, 51975, 55440, 332640, 356400, 415800, 0, 0, 1814400
Offset: 1

Views

Author

Steven Finch, Sep 27 2021

Keywords

Comments

For the statistic "length of the smallest component", see A348071.

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,   0, 105,    0,    0,  360;
  0,  0,   0, 315,  672,    0,    0, 2520;
  0,  0, 280,   0, 4536, 5040,    0,    0, 20160;
...
		

Crossrefs

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

Formula

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