VOOZH
about
URL: https://oeis.org/A189059
⇱ A189059 - OEIS
login
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
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
COMMENTS
Column 4 of
A189064
.
LINKS
R. H. Hardin,
Table of n, a(n) for n = 1..200
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
Adjacent sequences:
A189056
A189057
A189058
*
A189060
A189061
A189062
KEYWORD
nonn
AUTHOR
R. H. Hardin
, Apr 16 2011
STATUS
approved