A186472 T(n,k)=Number of (n+1)X(k+1) 0..2 arrays with every 2X2 subblock commuting with each of its horizontal and vertical 2X2 subblock neighbors.
81, 83, 83, 277, 129, 277, 367, 243, 243, 367, 966, 562, 942, 562, 966, 1321, 903, 1203, 1203, 903, 1321, 3078, 1754, 3190, 3186, 3190, 1754, 3078, 4553, 2937, 4023, 4875, 4875, 4023, 2937, 4553, 10028, 5790, 9982, 9834, 13278, 9834, 9982, 5790, 10028
Offset: 1
Examples
Some solutions for 4X3 ..1..1..0....2..1..1....2..0..0....2..0..0....0..2..1....0..1..0....2..0..1 ..2..0..1....1..1..0....0..2..0....0..0..0....0..0..2....1..0..1....0..2..0 ..0..2..0....1..0..1....1..0..2....0..0..0....0..0..0....0..1..0....2..0..2 ..2..0..2....0..1..2....0..1..1....2..0..0....1..0..0....0..0..1....0..2..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..473
Formula
Empirical, for every column: a(n)=2*a(n-1)+a(n-2)-4*a(n-3)+4*a(n-4)-2*a(n-5) for n>k+9
Comments