A196436 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 2,1,0,3,4 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, 7358, 5311, 1801, 369, 28, 41, 769, 5219, 21803, 42604, 42604, 21803, 5219, 769, 41, 60, 1600, 15133, 89640
Offset: 1
Examples
Some solutions for n=6, k=4: ..0..0..1..1....1..0..1..1....0..1..0..0....0..0..0..0....1..1..0..0 ..0..1..0..0....1..0..0..0....0..1..0..0....0..0..1..1....0..0..1..1 ..0..1..0..1....0..1..0..1....0..0..0..0....0..0..0..0....0..0..0..0 ..0..0..0..1....0..1..0..1....0..0..0..0....0..0..0..0....0..0..0..0 ..0..0..0..0....1..0..0..0....1..1..0..0....0..0..1..1....1..1..0..0 ..1..1..0..0....1..0..1..1....0..0..0..0....0..0..0..0....0..0..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..420
Comments