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.

A325304 Irregular triangle read by rows: T(n,k) is the number of simple connected graphs on n unlabeled nodes with matching number k, (0 <= k <= floor(n/2)).

Original entry on oeis.org

1, 1, 0, 1, 0, 2, 0, 1, 5, 0, 1, 20, 0, 1, 16, 95, 0, 1, 22, 830, 0, 1, 29, 790, 10297, 0, 1, 37, 1479, 259563, 0, 1, 46, 2625, 166988, 11546911
Offset: 0

Views

Author

Andrew Howroyd, Sep 05 2019

Keywords

Examples

			Triangle begins:
  1;
  1;
  0, 1;
  0, 2;
  0, 1,  5;
  0, 1, 20;
  0, 1, 16,   95;
  0, 1, 22,  830;
  0, 1, 29,  790,  10297;
  0, 1, 37, 1479, 259563;
  0, 1, 46, 2625, 166988, 11546911;
  ...
		

Crossrefs

Columns k=2..3 are A243800, A243801.
Row sums are A001349.
Cf. A286951 (not necessarily connected).
Cf. A218463 (right diagonal, even terms).

Formula

T(2*n, n) = A218463(n).