A196707 T(n,k) = Number of n X k 0..4 arrays with each element x equal to the number of its horizontal and vertical neighbors equal to 3,1,0,4,2 for x=0,1,2,3,4.
1, 2, 2, 4, 11, 4, 6, 38, 38, 6, 12, 136, 207, 136, 12, 22, 488, 1366, 1366, 488, 22, 40, 1744, 8672, 16676, 8672, 1744, 40, 74, 6208, 55436, 193326, 193326, 55436, 6208, 74, 136, 22202, 353591, 2264381, 4114365, 2264381, 353591, 22202, 136, 250, 79292
Offset: 1
Examples
Some solutions for n=6, k=4 ..0..0..0..0....0..0..0..0....0..0..0..1....0..0..0..1....0..0..0..0 ..0..0..0..1....0..0..0..0....0..0..0..1....0..0..0..1....0..0..0..0 ..0..1..2..1....1..1..0..2....2..2..0..2....0..1..2..0....0..0..0..0 ..0..1..0..0....0..2..0..1....0..1..1..0....0..1..2..0....2..2..0..0 ..0..0..0..0....1..1..0..1....2..0..2..2....2..0..0..0....0..1..1..0 ..2..0..0..0....0..0..0..0....1..1..0..0....1..1..2..0....0..2..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..144
Comments