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.

A324163 Triangle read by rows: T(n,k) is the number of connected k-regular simple graphs on n labeled vertices, (0 <= k < n).

Original entry on oeis.org

1, 0, 1, 0, 0, 1, 0, 0, 3, 1, 0, 0, 12, 0, 1, 0, 0, 60, 70, 15, 1, 0, 0, 360, 0, 465, 0, 1, 0, 0, 2520, 19320, 19355, 3507, 105, 1, 0, 0, 20160, 0, 1024380, 0, 30016, 0, 1, 0, 0, 181440, 11166120, 66462480, 66462606, 11180820, 286884, 945, 1
Offset: 1

Views

Author

Andrew Howroyd, Sep 02 2019

Keywords

Examples

			Triangle begins:
  1;
  0, 1;
  0, 0,     1;
  0, 0,     3,     1;
  0, 0,    12,     0,       1;
  0, 0,    60,    70,      15,    1;
  0, 0,   360,     0,     465,    0,     1;
  0, 0,  2520, 19320,   19355, 3507,   105, 1;
  0, 0, 20160,     0, 1024380,    0, 30016, 0, 1;
  ...
		

Crossrefs

Column k=2 is A001710(n-1) for n >= 3.
Column k=3 is aerated A004109.
Column k=4 is A272905.
Row sums are A322659.
Cf. A059441 (not necessarily connected), A068934 (unlabeled).

Formula

Column k is the logarithmic transform of column k of A059441.