A263284 Triangle read by rows: T(n,k) is the number of unlabeled simple graphs on n vertices with domination number k.
1, 1, 1, 2, 1, 1, 4, 5, 1, 1, 11, 16, 5, 1, 1, 34, 94, 21, 5, 1, 1, 156, 708, 152, 21, 5, 1, 1, 1044, 9384, 1724, 166, 21, 5, 1, 1, 12346, 221135, 38996, 1997, 166, 21, 5, 1, 1, 274668, 9877969, 1800340, 49961, 2036, 166, 21, 5, 1, 1
Offset: 1
Examples
Triangle begins: 1; 1, 1; 2, 1, 1; 4, 5, 1, 1; 11, 16, 5, 1, 1; 34, 94, 21, 5, 1, 1; 156, 708, 152, 21, 5, 1, 1; 1044, 9384, 1724, 166, 21, 5, 1, 1; 12346, 221135, 38996, 1997, 166, 21, 5, 1, 1; 274668, 9877969, 1800340, 49961, 2036, 166, 21, 5, 1, 1; ...
Links
- FindStat - Combinatorial Statistic Finder, The domination number of a graph.
- Eric Weisstein's World of Mathematics, Domination Number
Crossrefs
Formula
T(n,k) = T(n-1,k-1) for 2*(k-1) >= n. - Andrew Howroyd, Feb 17 2020
Extensions
Extended to 10 rows by Eric W. Weisstein, May 18 2017
Comments