A360913 Array read by antidiagonals: T(m,n) is the number of maximum induced cycles in the grid graph P_m X P_n.
1, 2, 2, 3, 1, 3, 4, 1, 1, 4, 5, 1, 7, 1, 5, 6, 1, 17, 17, 1, 6, 7, 1, 31, 90, 31, 1, 7, 8, 1, 8, 284, 284, 8, 1, 8, 9, 1, 40, 9, 1398, 9, 40, 1, 9, 10, 1, 120, 163, 10, 10, 163, 120, 1, 10, 11, 1, 8, 1329, 382, 23, 382, 1329, 8, 1, 11, 12, 1, 64, 128, 6098, 190, 190, 6098, 128, 64, 1, 12
Offset: 2
Examples
Array begins: ========================================= m\n| 2 3 4 5 6 7 8 9 ... ---+------------------------------------- 2 | 1 2 3 4 5 6 7 8 ... 3 | 2 1 1 1 1 1 1 1 ... 4 | 3 1 7 17 31 8 40 120 ... 5 | 4 1 17 90 284 9 163 1329 ... 6 | 5 1 31 284 1398 10 382 6098 ... 7 | 6 1 8 9 10 23 190 388 ... 8 | 7 1 40 163 382 190 2100 80 ... 9 | 8 1 120 1329 6098 388 80 6840 ... ...
Links
- Eric Weisstein's World of Mathematics, Grid Graph.
Crossrefs
Formula
T(m,n) = T(n,m).
Comments