A222509 T(n,k)=Number of nXk 0..1 arrays with exactly floor(nXk/2) elements unequal to at least one horizontal, diagonal or antidiagonal neighbor, with new values introduced in row major 0..1 order.
1, 0, 0, 0, 0, 0, 3, 4, 4, 0, 4, 3, 4, 11, 0, 4, 10, 15, 35, 8, 0, 5, 32, 35, 84, 87, 44, 0, 20, 44, 170, 423, 497, 496, 144, 0, 27, 176, 441, 1753, 2066, 2862, 1335, 352, 0, 48, 326, 2192, 8489, 17674, 23678, 15420, 7552, 692, 0, 63, 888, 5416, 39873, 81537, 195968, 128889
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..0..0..0....0..0..1..1....0..0..0..0....0..1..1..1....0..1..1..0 ..0..0..0..0....0..0..1..1....0..0..0..0....1..1..1..1....1..1..1..1 ..0..1..0..1....0..0..1..1....0..0..1..1....1..1..1..0....1..1..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..145
Comments