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

A208016
Number of 6 X n 0..1 arrays avoiding 0 0 0 and 1 0 1 horizontally and 0 0 1 and 0 1 1 vertically.
1
16, 256, 784, 4489, 15376, 43264, 167281, 609961, 1974025, 6927424, 24750625, 84456100, 291931396, 1024704121, 3549895561, 12285283921, 42796024384, 148698928225, 515713569424, 1792246207504, 6227984421649, 21622397700121
OFFSET
1,1
COMMENTS
Row 6 of A208013.
LINKS
FORMULA
Empirical: a(n) = a(n-1) + 3*a(n-2) + 21*a(n-3) + 9*a(n-4) - 27*a(n-5) - 81*a(n-6) for n>8.
Empirical g.f.: x*(16 + 240*x + 480*x^2 + 2601*x^3 + 3015*x^4 - 3915*x^5 - 15228*x^6 - 8505*x^7) / ((1 + 3*x^2 - 9*x^3)*(1 - x - 6*x^2 - 9*x^3)). - Colin Barker, Jun 26 2018
EXAMPLE
Some solutions for n=4:
..1..0..0..1....1..0..0..1....0..0..1..1....0..0..1..1....1..1..1..0
..0..1..1..0....0..0..1..0....0..0..1..0....1..1..1..1....0..1..0..0
..1..0..0..1....1..0..0..1....0..0..1..0....0..0..1..0....0..1..0..0
..0..1..1..0....0..0..1..0....0..0..1..0....1..1..1..1....0..1..0..0
..1..0..0..1....1..0..0..1....0..0..1..0....0..0..1..0....0..1..0..0
..0..0..1..0....0..0..1..0....0..0..1..0....0..1..0..0....0..1..0..0
CROSSREFS
Cf. A208013.
Sequence in context: A017570 A208121 A207371 * A208558 A207349 A207771
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 22 2012
STATUS
approved