A186482 T(n,k)=Number of (n+1)X(k+1) 0..3 arrays with every 2X2 subblock commuting with each of its horizontal and vertical 2X2 subblock neighbors.
256, 205, 205, 1098, 362, 1098, 1251, 701, 701, 1251, 4895, 2049, 4686, 2049, 4895, 5955, 3442, 4810, 4810, 3442, 5955, 20079, 8223, 20224, 16762, 20224, 8223, 20079, 27101, 14492, 21760, 25633, 25633, 21760, 14492, 27101, 84228, 35081, 82632, 67714
Offset: 1
Examples
Some solutions for 4X3 ..0..0..2....2..0..0....0..1..0....0..3..0....2..0..0....0..0..1....3..0..0 ..0..0..0....0..0..0....2..0..1....1..0..3....0..2..0....0..0..0....0..3..0 ..0..0..0....0..0..0....0..2..0....0..1..0....2..0..2....0..0..0....2..0..3 ..3..3..3....1..0..0....1..0..2....3..0..1....0..2..0....0..0..3....0..2..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..1740
Formula
Empirical, for every column: a(n)=2*a(n-1)+2*a(n-2)-6*a(n-3)+6*a(n-4)-3*a(n-5) for n>k+11
Comments