A222290 T(n,k)=Number of nXk 0..1 arrays with exactly floor(nXk/2) elements unequal to at least one horizontal or vertical neighbor, with new values introduced in row major 0..1 order.
1, 0, 0, 0, 0, 0, 3, 4, 4, 3, 4, 11, 4, 11, 4, 4, 8, 35, 35, 8, 4, 5, 44, 83, 208, 83, 44, 5, 20, 144, 532, 1125, 1125, 532, 144, 20, 27, 352, 1427, 6619, 6582, 6619, 1427, 352, 27, 48, 692, 8540, 40321, 89852, 89852, 40321, 8540, 692, 48, 63, 2488, 23798, 250681
Offset: 1
Examples
Some solutions for n=4 k=4 ..0..0..0..1....0..0..0..0....0..0..1..1....0..1..1..1....0..0..0..1 ..0..0..0..0....1..1..0..0....0..0..1..1....1..1..1..1....0..0..1..1 ..1..0..0..0....1..1..1..1....0..0..0..1....1..1..1..0....0..0..1..1 ..1..0..0..0....1..1..1..1....0..0..0..1....1..1..0..0....0..0..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..161
Comments