A343649 Triangle read by rows, 1 <= k <= n: T(n,k) is the number of (unlabeled) connected graphs with n nodes and throttling number k.
1, 0, 1, 0, 0, 2, 0, 0, 2, 4, 0, 0, 0, 13, 8, 0, 0, 0, 13, 83, 16, 0, 0, 0, 0, 308, 513, 32, 0, 0, 0, 0, 296, 7460, 3297, 64, 0, 0, 0, 0, 68, 38630, 200207, 22047, 128, 0, 0, 0, 0, 0, 65211, 4788564, 6709094, 153446, 256
Offset: 1
Examples
Triangle begins: n\k 1 2 3 4 5 6 7 8 9 10 ----------------------------------------------------------- 1: 1 2: 0 1 3: 0 0 2 4: 0 0 2 4 5: 0 0 0 13 8 6: 0 0 0 13 83 16 7: 0 0 0 0 308 513 32 8: 0 0 0 0 296 7460 3297 64 9: 0 0 0 0 68 38630 200207 22047 128 10: 0 0 0 0 0 65211 4788564 6709094 153446 256
Links
- Steve Butler and Michael Young, Throttling zero forcing propagation speed on graphs, Australasian Journal of Combinatorics 57 (2013), 65-71.
- Joshua Carlson and Juergen Kritschgau, Various characterizations of throttling numbers, arXiv:1909.07952 [math.CO], 2021.
Comments