A332401 Irregular triangle read by rows: T(n,k) is the number of simple connected graphs on n unlabeled nodes with domination number k, n >= 1, 1 <= k <= A065033(n+1).
1, 1, 2, 4, 2, 11, 10, 34, 76, 2, 156, 655, 42, 1044, 9162, 905, 6, 12346, 219823, 28720, 191, 274668, 9864065, 1568173, 9644, 21
Offset: 1
Examples
Triangle begins: 1; 1; 2; 4, 2; 11, 10; 34, 76, 2; 156, 655, 42; 1044, 9162, 905, 6; 12346, 219823, 28720, 191; ....
Links
- Eric Weisstein's World of Mathematics, Domination Number
- Wikipedia, Dominating set
Comments