A196314 T(n,k)=Number of nXk 0..4 arrays with each element x equal to the number of its horizontal and vertical neighbors equal to 2,0,4,1,3 for x=0,1,2,3,4.
1, 3, 3, 4, 5, 4, 5, 8, 8, 5, 8, 17, 7, 17, 8, 12, 34, 50, 50, 34, 12, 17, 62, 111, 335, 111, 62, 17, 25, 123, 259, 866, 866, 259, 123, 25, 37, 243, 728, 2942, 3349, 2942, 728, 243, 37, 54, 471, 1800, 13277, 21545, 21545, 13277, 1800, 471, 54, 79, 924, 4696, 56237
Offset: 1
Examples
Some solutions for n=6 k=4 ..1..0..0..1....1..0..0..1....1..1..0..1....1..1..0..1....0..1..3..1 ..1..0..0..1....1..3..1..1....0..1..1..1....0..1..1..1....0..1..1..0 ..1..0..0..1....0..1..1..0....1..3..1..0....0..1..1..0....0..1..3..0 ..1..1..1..1....0..1..1..0....1..3..1..0....0..1..3..1....0..1..1..0 ..0..3..1..0....0..1..1..0....0..1..3..0....0..1..3..1....0..1..3..0 ..0..1..3..1....0..1..1..0....0..1..1..0....1..3..1..0....1..3..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..220
Comments