A350785 Triangle read by rows: T(n,k) is the number of (unlabeled) connected graphs with n nodes such that k is the maximum number that can be reached when the stepping stone puzzle of A337663 is played on the graph, 1 <= k <= n.
1, 1, 0, 0, 2, 0, 0, 4, 2, 0, 0, 4, 12, 5, 0, 0, 4, 34, 53, 21, 0, 0, 4, 69, 244, 421, 115, 0, 0, 4, 118, 799, 3618, 5603, 975, 0, 0, 4, 194, 2070, 18996, 102301, 127692, 9823, 0, 0, 4, 312, 4885, 84043, 1194264, 6652289, 3645810, 134964, 0
Offset: 1
Examples
Triangle begins: n\k| 1 2 3 4 5 6 7 8 9 10 ---+------------------------------------------------------ 1 | 1 2 | 1 0 3 | 0 2 0 4 | 0 4 2 0 5 | 0 4 12 5 0 6 | 0 4 34 53 21 0 7 | 0 4 69 244 421 115 0 8 | 0 4 118 799 3618 5603 975 0 9 | 0 4 194 2070 18996 102301 127692 9823 0 10 | 0 4 312 4885 84043 1194264 6652289 3645810 134964 0
Comments