A332402 Triangle read by rows: T(n,k) is the number of simple graphs on n unlabeled nodes with independent domination number k.
1, 1, 1, 2, 1, 1, 4, 5, 1, 1, 11, 16, 5, 1, 1, 34, 90, 25, 5, 1, 1, 156, 668, 188, 25, 5, 1, 1, 1044, 8648, 2394, 228, 25, 5, 1, 1, 12346, 199990, 58578, 3493, 229, 25, 5, 1, 1, 274668, 8776166, 2837118, 113197, 3758, 229, 25, 5, 1, 1
Offset: 1
Examples
Triangle begins: 1; 1, 1; 2, 1, 1; 4, 5, 1, 1; 11, 16, 5, 1, 1; 34, 90, 25, 5, 1, 1; 156, 668, 188, 25, 5, 1, 1; 1044, 8648, 2394, 228, 25, 5, 1, 1; 12346, 199990, 58578, 3493, 229, 25, 5, 1, 1; 274668, 8776166, 2837118, 113197, 3758, 229, 25, 5, 1, 1; ...
Links
- Eric Weisstein's World of Mathematics, Maximal Independent Vertex Set
Crossrefs
Formula
T(n,k) = T(n-1,k-1) for 2*(k-1) >= n.
Comments