A207589 T(n,k) = Number of n X k 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 0 1 and 1 1 1 vertically.
2, 4, 4, 6, 16, 6, 10, 36, 36, 9, 16, 100, 60, 81, 13, 26, 256, 144, 144, 169, 18, 42, 676, 324, 432, 312, 324, 25, 68, 1764, 756, 1098, 1014, 612, 625, 34, 110, 4624, 1728, 3150, 3094, 2232, 1250, 1156, 46, 178, 12100, 3996, 8244, 9698, 7272, 5000, 2516, 2116, 62
Offset: 1
Examples
Some solutions for n=4, k=3 ..0..1..1....1..0..0....1..0..1....1..1..1....1..0..1....0..1..0....1..0..0 ..1..0..1....0..1..1....0..1..1....0..1..0....0..1..0....1..0..0....1..1..1 ..0..1..0....1..1..0....1..0..0....1..0..0....1..0..1....0..1..0....0..1..1 ..1..1..1....1..0..0....1..0..1....0..1..0....1..1..0....1..0..0....1..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..971
Comments