A222769 T(n,k)=Number of nXk 0..1 arrays with exactly floor(nXk/2) elements unequal to at least one horizontal or antidiagonal neighbor, with new values introduced in row major 0..1 order.
1, 0, 0, 0, 3, 0, 3, 4, 4, 0, 4, 11, 13, 20, 0, 4, 18, 66, 96, 48, 0, 5, 73, 158, 465, 301, 175, 0, 20, 152, 934, 2608, 3431, 2242, 512, 0, 27, 470, 2446, 15077, 19766, 25772, 7575, 1719, 0, 48, 1022, 14567, 89811, 256546, 333978, 196185, 55958, 5400, 0, 63, 3361, 39972
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..1..1..1....0..0..1..1....0..0..0..0....0..0..0..1....0..0..0..0 ..1..1..1..0....0..0..1..0....1..1..0..0....0..0..0..1....0..0..0..0 ..1..1..1..0....0..0..0..0....0..0..0..0....0..1..1..1....1..1..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..239
Crossrefs
Row 1 is A222283
Comments