A207703 T(n,k) = Number of n X k 0..1 arrays avoiding 0 0 0 and 0 1 0 horizontally and 0 0 1 and 1 1 0 vertically.
2, 4, 4, 6, 16, 6, 9, 36, 36, 8, 15, 81, 102, 64, 10, 25, 225, 289, 216, 100, 12, 40, 625, 1071, 729, 390, 144, 14, 64, 1600, 3969, 3321, 1521, 636, 196, 16, 104, 4096, 13230, 15129, 8151, 2809, 966, 256, 18, 169, 10816, 44100, 61254, 43681, 17225, 4761, 1392
Offset: 1
Examples
Some solutions for n=4, k=3 ..1..0..0....1..1..0....0..1..1....0..0..1....1..1..1....1..0..0....1..1..0 ..0..0..1....0..0..1....1..1..0....1..0..0....1..1..1....1..0..1....1..0..1 ..1..0..1....1..1..1....1..1..1....0..0..1....1..1..1....1..0..1....1..0..0 ..0..0..1....1..0..1....1..1..1....0..0..1....1..1..1....1..0..1....1..0..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..650
Comments