A222616 T(n,k)=Number of nXk 0..3 arrays with no more than floor(nXk/2) elements unequal to at least one horizontal, vertical or antidiagonal neighbor, with new values introduced in row major 0..3 order.
1, 1, 1, 1, 1, 1, 4, 3, 3, 4, 5, 12, 5, 12, 5, 14, 40, 65, 65, 40, 14, 17, 149, 181, 567, 181, 149, 17, 75, 615, 3545, 5746, 5746, 3545, 615, 75, 95, 2659, 11421, 85511, 60550, 85511, 11421, 2659, 95, 411, 11641, 243955, 1409334, 2921905, 2921905, 1409334
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..0..0..1....0..0..0..0....0..0..0..0....0..1..1..1....0..0..0..0 ..0..0..1..1....0..0..0..1....0..0..0..0....1..1..1..1....0..0..0..1 ..0..0..1..1....0..0..0..0....0..0..0..0....1..1..1..0....0..0..2..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..127
Crossrefs
Column 1 is A222372
Comments