login
A208693
Number of 7 X n 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 1 1 and 1 0 1 vertically.
1
31, 961, 2449, 34627, 133207, 1332721, 6398617, 53340739, 290904031, 2188890625, 12862463425, 91246001059, 560219364679, 3840575264305, 24195101079817, 162595230479203, 1039929864328591, 6907596215160961, 44573099803921777
OFFSET
1,1
COMMENTS
Row 7 of A208688.
LINKS
FORMULA
Empirical: a(n) = a(n-1) + 39*a(n-2) + 9*a(n-3) - 180*a(n-4).
Empirical g.f.: 31*x*(1 + 30*x + 9*x^2 - 180*x^3) / ((1 + 5*x)*(1 - 6*x - 9*x^2 + 36*x^3)). - Colin Barker, Jul 05 2018
EXAMPLE
Some solutions for n=4:
..0..1..0..1....0..1..1..0....0..1..0..1....1..0..1..1....1..1..0..0
..0..1..1..0....0..1..1..1....1..1..0..1....1..0..1..1....1..1..0..1
..1..1..0..0....0..1..0..0....0..1..1..0....1..0..1..0....0..1..1..0
..0..1..0..0....1..1..0..0....0..1..0..0....1..1..1..0....0..1..0..0
..0..1..1..0....0..1..0..1....0..1..0..0....1..0..1..1....1..1..0..0
..0..1..0..1....0..1..0..0....1..1..0..1....1..0..1..0....0..1..0..1
..1..1..0..0....1..0..1..0....0..1..0..0....1..0..1..0....0..1..1..0
CROSSREFS
Cf. A208688.
Sequence in context: A207274 A207767 A207734 * A207563 A207418 A223393
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 01 2012
STATUS
approved