A197199 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 4,1,3,2,0 for x=0,1,2,3,4.
1, 2, 2, 3, 5, 3, 4, 9, 9, 4, 6, 20, 25, 20, 6, 9, 41, 75, 75, 41, 9, 13, 85, 213, 314, 213, 85, 13, 19, 178, 621, 1283, 1283, 621, 178, 19, 28, 369, 1801, 5311, 7363, 5311, 1801, 369, 28, 41, 769, 5219, 21803, 42664, 42664, 21803, 5219, 769, 41, 60, 1600, 15133, 89640
Offset: 1
Examples
Some solutions for n=6 k=4 ..0..1..1..0....1..1..0..1....0..0..0..0....0..1..0..0....1..0..0..1 ..1..0..0..1....0..0..0..1....0..1..1..0....0..1..0..0....1..0..0..1 ..1..0..0..1....0..0..0..0....1..0..0..0....0..0..0..0....0..0..0..0 ..0..0..0..0....1..0..0..0....1..0..0..1....1..1..0..0....1..1..0..0 ..0..0..0..0....1..0..0..0....0..1..0..1....0..0..0..1....0..0..0..0 ..0..0..0..0....0..0..1..1....0..1..0..0....0..0..0..1....0..0..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..220
Comments