A332404 Triangle read by rows: T(n,k) is the number of simple graphs on n unlabeled nodes with irredundance number k.
1, 1, 1, 2, 1, 1, 4, 5, 1, 1, 11, 16, 5, 1, 1, 34, 94, 21, 5, 1, 1, 156, 710, 150, 21, 5, 1, 1, 1044, 9419, 1691, 164, 21, 5, 1, 1, 12346, 221979, 38207, 1944, 164, 21, 5, 1, 1, 274668, 9907071, 1773452, 47802, 1983, 164, 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, 710, 150, 21, 5, 1, 1; 1044, 9419, 1691, 164, 21, 5, 1, 1; 12346, 221979, 38207, 1944, 164, 21, 5, 1, 1; 274668, 9907071, 1773452, 47802, 1983, 164, 21, 5, 1, 1; ...
Links
- Eric Weisstein's World of Mathematics, Maximal Irredundant Set
Crossrefs
Formula
T(n,k) = T(n-1,k-1) for 2*(k-1) >= n.
Comments