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

A189059
Number of n X 4 binary arrays without the pattern 0 1 0 antidiagonally or horizontally.
1
12, 144, 1404, 13452, 128628, 1228512, 11733712, 112065936, 1070316016, 10222334864, 97631091776, 932451368576, 8905621502912, 85055475378112, 812344639697216, 7758510674743296, 74099692358173440, 707708558738821376
OFFSET
1,1
COMMENTS
Column 4 of A189064.
LINKS
FORMULA
Empirical: a(n) = 12*a(n-1) -20*a(n-2) -40*a(n-3) +64*a(n-4) +100*a(n-5) -176*a(n-6) +64*a(n-7).
Empirical g.f.: 4*x*(3 - 21*x^2 - 9*x^3 + 69*x^4 - 60*x^5 + 16*x^6) / (1 - 12*x + 20*x^2 + 40*x^3 - 64*x^4 - 100*x^5 + 176*x^6 - 64*x^7). - Colin Barker, May 01 2018
EXAMPLE
Some solutions for 3 X 4:
..1..0..0..0....1..0..0..1....0..1..1..0....0..0..0..0....0..1..1..0
..0..0..0..0....0..0..1..1....0..0..0..1....1..0..0..0....1..1..0..0
..1..1..0..0....1..1..0..0....0..0..1..1....1..1..0..1....1..0..1..1
CROSSREFS
Cf. A189064.
Sequence in context: A207183 A188987 A189697 * A189197 A370045 A264523
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 16 2011
STATUS
approved