login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A208692
Number of 6 X n 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 1 1 and 1 0 1 vertically.
1
21, 441, 1113, 11067, 41013, 301035, 1346961, 8556723, 42184905, 249260739, 1292345649, 7358809899, 39164938617, 218805732243, 1180444035057, 6530395532955, 35479909625769, 195286010577987, 1064871399311265
OFFSET
1,1
COMMENTS
Row 6 of A208688.
LINKS
FORMULA
Empirical: a(n) = a(n-1) + 26*a(n-2) + 6*a(n-3) - 78*a(n-4).
Empirical g.f.: 21*x*(1 + 20*x + 6*x^2 - 78*x^3) / (1 - x - 26*x^2 - 6*x^3 + 78*x^4). - Colin Barker, Jul 05 2018
EXAMPLE
Some solutions for n=4:
..0..1..0..1....0..1..1..0....1..0..1..1....1..1..0..1....1..1..1..1
..1..1..0..0....1..1..1..1....1..1..1..1....0..1..0..1....0..1..0..0
..0..1..0..0....0..1..1..0....1..0..1..1....0..1..0..1....0..1..0..0
..0..1..1..0....0..1..0..0....1..0..1..0....0..1..0..1....0..1..1..1
..0..1..0..0....0..1..0..0....1..0..1..0....1..1..1..1....1..1..0..0
..1..1..0..1....0..1..0..0....1..1..1..0....0..1..0..0....0..1..0..0
CROSSREFS
Cf. A208688.
Sequence in context: A207273 A207766 A207733 * A207562 A207417 A207389
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 01 2012
STATUS
approved