A222906 T(n,k)=Number of nXk 0..3 arrays with no more than floor(nXk/2) elements unequal to at least one horizontal or antidiagonal neighbor, with new values introduced in row major 0..3 order.
1, 1, 2, 1, 4, 5, 4, 7, 14, 15, 5, 25, 45, 75, 51, 14, 92, 373, 767, 411, 187, 17, 403, 1202, 7794, 4909, 2522, 715, 75, 1710, 18981, 101398, 180203, 119393, 15919, 2795, 95, 8021, 82020, 1346067, 2117424, 4320431, 759891, 103627, 11051, 411, 36160
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..1..1..1....0..0..0..0....0..0..0..1....0..0..0..0....0..1..1..1 ..1..1..1..1....0..0..1..0....0..0..2..2....0..1..2..2....1..1..1..1 ..1..0..1..1....0..0..1..1....2..2..2..2....2..2..2..2....1..1..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..125
Comments