A206883 T(n,k)=Number of nXk 0..1 arrays avoiding 0 1 0 horizontally and 1 0 1 vertically.
2, 4, 4, 7, 16, 7, 12, 49, 49, 12, 21, 144, 230, 144, 21, 37, 441, 1011, 1011, 441, 37, 65, 1369, 4705, 6478, 4705, 1369, 65, 114, 4225, 22412, 44879, 44879, 22412, 4225, 114, 200, 12996, 105936, 321393, 472412, 321393, 105936, 12996, 200, 351, 40000, 497727
Offset: 1
Examples
Some solutions for n=4 k=3 ..0..0..1....0..1..1....1..0..0....0..0..1....1..0..1....0..1..1....1..1..1 ..0..0..0....1..1..0....0..0..0....0..1..1....0..1..1....0..0..1....1..0..1 ..1..1..0....0..0..0....0..1..1....0..1..1....0..0..1....0..0..1....0..0..1 ..0..1..1....0..0..1....1..1..0....0..1..1....1..0..0....0..0..1....0..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..364
Comments