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)).
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
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; ...
Links
- Eric Weisstein's World of Mathematics, Matching Number
- Wikipedia, Matching (graph theory)
Crossrefs
Formula
T(2*n, n) = A218463(n).