login
A208503
Number of 5 X n 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 1 0 and 1 1 1 vertically.
1
13, 169, 234, 650, 1794, 4992, 13806, 38376, 106236, 295074, 817362, 2269098, 6288048, 17450550, 48371544, 134210700, 372088314, 1032237882, 2862135666, 7939298016, 22015398366, 61064779464, 169339275612, 469681757298
OFFSET
1,1
COMMENTS
Row 5 of A208501.
LINKS
FORMULA
Empirical: a(n) = a(n-1) + 6*a(n-2) - 3*a(n-3) for n>5.
Empirical g.f.: 13*x*(1 + 12*x - x^2 - 43*x^3 + 19*x^4) / (1 - x - 6*x^2 + 3*x^3). - Colin Barker, Jul 03 2018
EXAMPLE
Some solutions for n=4:
..0..1..1..1....1..1..1..1....1..1..0..0....1..0..1..1....0..1..0..0
..0..1..0..1....0..1..0..1....1..0..1..1....0..1..1..1....1..1..0..1
..1..0..1..0....1..0..1..0....0..1..1..1....1..1..0..0....1..0..1..1
..1..0..1..1....1..0..1..0....0..1..0..0....1..0..1..0....0..1..1..0
..0..1..0..1....0..1..0..1....1..0..1..0....0..1..1..1....0..1..0..0
CROSSREFS
Cf. A208501.
Sequence in context: A157381 A084970 A209226 * A207696 A207592 A207876
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 27 2012
STATUS
approved