A186462 T(n,k)=Number of (n+1)X(k+1) binary arrays with every 2X2 subblock commuting with each of its horizontal and vertical 2X2 subblock neighbors.
16, 21, 21, 42, 30, 42, 61, 51, 51, 61, 106, 88, 111, 88, 106, 151, 128, 162, 162, 128, 151, 245, 197, 270, 309, 270, 197, 245, 359, 292, 362, 449, 449, 362, 292, 359, 567, 457, 590, 673, 797, 673, 590, 457, 567, 840, 688, 846, 945, 1061, 1061, 945, 846, 688, 840, 1301
Offset: 1
Examples
Some solutions for 4X3 ..1..0..0....1..1..0....1..0..1....1..0..1....0..1..0....1..0..1....0..0..0 ..1..0..0....0..0..1....0..1..0....0..1..0....0..0..1....0..1..0....0..0..0 ..0..1..0....0..0..0....1..0..1....1..0..1....0..0..0....0..0..1....0..0..0 ..0..0..1....1..0..0....0..1..0....0..1..1....1..0..0....0..0..0....0..0..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..2449
Formula
Empirical, for every column: a(n)=2*a(n-1)-2*a(n-3)+2*a(n-4)-a(n-5) for n>max(8,k+6)
Comments