A202802 T(n,k) = Number of n X k binary arrays with every one adjacent to another one horizontally or vertically.
1, 2, 2, 4, 10, 4, 7, 36, 36, 7, 12, 126, 250, 126, 12, 21, 454, 1718, 1718, 454, 21, 37, 1632, 11988, 22946, 11988, 1632, 37, 65, 5854, 83518, 311144, 311144, 83518, 5854, 65, 114, 21010, 581518, 4217066, 8222576, 4217066, 581518, 21010, 114, 200, 75412
Offset: 1
Examples
Some solutions for n=5, k=3 ..0..0..0....0..1..0....0..0..0....0..0..0....1..1..1....1..1..0....0..1..1 ..1..0..0....0..1..0....0..0..0....1..1..1....1..1..1....0..1..1....1..1..1 ..1..1..0....1..0..0....1..1..1....1..0..1....0..0..0....1..1..0....0..1..0 ..1..1..1....1..1..1....1..0..1....1..0..0....1..1..1....1..1..0....0..0..0 ..1..1..0....0..0..1....1..0..0....1..1..0....0..0..1....0..0..0....1..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..420
Comments