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”).

A202529
Number of (n+2) X 7 binary arrays avoiding patterns 000 and 101 in rows, columns and nw-to-se diagonals.
1
1940, 4901, 10240, 21297, 46621, 100550, 214388, 460948, 992061, 2128796, 4570909, 9821889, 21095902, 45306296, 97317908, 209034085, 448973976, 964350281, 2071342213, 4449024294, 9556039324, 20525432468, 44086562621, 94693444852
OFFSET
1,1
COMMENTS
Column 5 of A202532.
LINKS
FORMULA
Empirical: a(n) = 2*a(n-1) +2*a(n-3) -2*a(n-4) -2*a(n-5) +a(n-7) for n>8.
Empirical g.f.: x*(1940 + 1021*x + 438*x^2 - 3063*x^3 - 1895*x^4 + 510*x^5 + 976*x^6 + 64*x^7) / ((1 - x)*(1 + x^2 - x^3)*(1 - x - 2*x^2 - x^3)). - Colin Barker, Jun 01 2018
EXAMPLE
Some solutions for n=3:
..1..0..0..1..1..0..0....0..0..1..1..1..1..1....0..0..1..1..1..1..0
..1..1..1..1..1..1..0....1..1..1..1..1..1..1....1..1..1..1..1..1..1
..0..1..1..1..1..1..1....1..1..1..1..1..1..1....1..1..1..1..1..1..1
..0..1..1..1..1..1..1....1..1..1..1..1..1..0....1..1..1..1..1..1..0
..1..0..0..1..1..0..0....0..1..1..0..0..1..0....1..1..0..0..1..1..0
CROSSREFS
Cf. A202532.
Sequence in context: A031542 A214478 A259513 * A236714 A203890 A200656
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 20 2011
STATUS
approved