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

A208003
Number of n X 4 0..1 arrays avoiding 0 0 1 and 1 0 0 horizontally and 0 1 1 and 1 1 0 vertically.
1
9, 81, 221, 536, 1711, 4993, 16742, 53411, 182247, 608142, 2095301, 7157363, 24822376, 85845073, 299033933, 1040987192, 3636447903, 12703622001, 44454269798, 155590727603, 545028524023, 1909557999406, 6693157243061
OFFSET
1,1
COMMENTS
Column 4 of A208007.
LINKS
FORMULA
Empirical: a(n) = 6*a(n-1) - 3*a(n-2) - 36*a(n-3) + 54*a(n-4) + 24*a(n-5) - 69*a(n-6) + 12*a(n-7) + 19*a(n-8) - 6*a(n-9) for n>10.
G.f.: x*(9 + 27*x - 238*x^2 - 223*x^3 + 1588*x^4 - 299*x^5 - 2044*x^6 + 767*x^7 + 603*x^8 - 234*x^9) / ((1 - x)*(1 + x)*(1 - 3*x + x^2)*(1 - x - x^2)*(1 - 2*x - 7*x^2 + 6*x^3)). - Colin Barker, Jun 26 2018
EXAMPLE
Some solutions for n=4:
..1..0..1..1....0..1..0..1....1..1..1..0....1..1..1..0....1..1..0..1
..0..1..1..0....0..0..0..0....0..0..0..0....1..0..1..1....0..1..0..1
..1..0..1..1....0..1..0..1....1..1..1..0....1..1..1..0....0..1..1..1
..0..1..1..0....0..0..0..0....0..0..0..0....1..0..1..1....0..1..0..1
CROSSREFS
Cf. A208007.
Sequence in context: A207662 A207484 A207265 * A207881 A207565 A207758
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 22 2012
STATUS
approved