A206785 T(n,k) = Number of n X k 0..1 arrays avoiding 0 0 1 horizontally and 0 1 1 vertically.
2, 4, 4, 7, 16, 7, 12, 49, 49, 12, 20, 144, 230, 144, 20, 33, 400, 1020, 1020, 400, 33, 54, 1089, 4120, 6752, 4120, 1089, 54, 88, 2916, 16109, 39276, 39276, 16109, 2916, 88, 143, 7744, 61003, 219061, 316744, 219061, 61003, 7744, 143, 232, 20449, 227197, 1165366
Offset: 1
Examples
Some solutions for n=4, k=3 ..0..0..0....0..0..0....0..0..0....1..0..0....1..1..0....1..1..0....0..1..1 ..0..0..0....0..0..0....0..0..0....0..0..0....0..0..0....1..0..1....1..1..0 ..0..0..0....1..0..1....1..1..1....1..0..1....1..1..1....1..0..0....0..1..1 ..1..1..1....0..0..0....0..0..0....0..1..0....0..0..0....0..1..1....1..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..363
Comments