A222456 T(n,k) = Number of n X k 0..1 arrays with exactly floor(n X k/2) elements unequal to at least one horizontal, vertical or antidiagonal neighbor, with new values introduced in row major 0..1 order.
1, 0, 0, 0, 0, 0, 3, 2, 2, 3, 4, 7, 2, 7, 4, 4, 10, 17, 17, 10, 4, 5, 23, 27, 101, 27, 23, 5, 20, 64, 194, 426, 426, 194, 64, 20, 27, 175, 467, 1722, 1847, 1722, 467, 175, 27, 48, 400, 2375, 8483, 16440, 16440, 8483, 2375, 400, 48, 63, 983, 6320, 46788, 84558, 161779, 84558
Offset: 1
Examples
Some solutions for n=4, k=4 ..0..1..1..1....0..0..1..1....0..0..0..0....0..0..1..0....0..1..1..1 ..1..1..1..1....1..1..1..1....0..0..0..0....1..1..1..1....0..0..0..0 ..1..1..1..0....0..1..1..1....0..0..0..1....1..1..1..1....0..0..0..0 ..1..1..1..1....1..1..1..1....0..1..1..0....1..1..1..1....0..0..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..199
Crossrefs
Column 1 is A222283.
Comments