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

A188986
Number of n X 3 binary arrays without the pattern 0 0 1 antidiagonally or horizontally.
1
7, 49, 295, 1793, 10871, 65937, 399911, 2425505, 14710935, 89223345, 541148807, 3282123457, 19906418039, 120734483153, 732267120743, 4441275782369, 26936796718423, 163374456576241, 990882967287879, 6009807624994561
OFFSET
1,1
COMMENTS
Column 3 of A188992.
LINKS
FORMULA
Empirical: a(n) = 6*a(n-1) +a(n-2) -4*a(n-3) +2*a(n-4).
Empirical g.f.: x*(7 + 7*x - 6*x^2 + 2*x^3) / ((1 + x)*(1 - 7*x + 6*x^2 - 2*x^3)). - Colin Barker, May 01 2018
EXAMPLE
Some solutions for 4 X 3:
..1..0..0....0..1..0....0..0..0....1..1..0....0..0..0....1..0..0....1..0..0
..1..1..1....0..1..0....0..1..0....1..0..0....0..1..1....1..0..1....1..0..0
..0..0..0....1..1..0....1..1..1....0..1..1....1..0..0....0..1..1....0..0..0
..0..1..1....1..1..0....0..0..0....0..1..1....1..0..0....1..0..0....0..1..1
CROSSREFS
Cf. A188992.
Sequence in context: A213295 A189258 A188748 * A146884 A113235 A294261
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 15 2011
STATUS
approved