A208017 Number of 7Xn 0..1 arrays avoiding 0 0 0 and 1 0 1 horizontally and 0 0 1 and 0 1 1 vertically.
20, 400, 1260, 8643, 32860, 92560, 393049, 1578401, 5340405, 20121640, 78251775, 284274270, 1051011118, 3983096719, 14785680541, 54778074707, 205202336088, 765281117395, 2844826058100, 10615121655468, 39598654722769
Offset: 1
Keywords
Examples
Some solutions for n=4 ..1..1..1..1....1..1..1..1....1..1..1..1....0..0..1..1....1..0..0..1 ..0..1..1..1....1..0..0..1....1..1..1..1....0..0..1..1....0..1..1..0 ..0..1..0..0....1..1..0..0....1..1..1..1....0..0..1..1....1..0..0..1 ..0..0..1..0....1..0..0..1....0..1..0..0....0..0..1..0....0..1..1..0 ..0..1..0..0....1..1..0..0....1..1..1..0....0..0..1..1....1..0..0..1 ..0..0..1..0....1..0..0..1....0..1..0..0....0..0..1..0....0..0..1..0 ..0..1..0..0....0..1..0..0....0..0..1..0....0..0..1..1....1..0..0..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Formula
Empirical: a(n) = a(n-1) +43*a(n-3) +12*a(n-4) +12*a(n-5) -432*a(n-6) -288*a(n-7) +1728*a(n-9) for n>11
Comments