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

A208119
Number of 4 X n 0..1 arrays avoiding 0 0 0 and 0 1 0 horizontally and 0 0 1 and 0 1 1 vertically.
1
9, 81, 225, 625, 3025, 14641, 53361, 194481, 815409, 3418801, 13359025, 52200625, 211266225, 855036081, 3400172721, 13521270961, 54243807409, 217611987121, 869173967025, 3471607400625, 13896604674225, 55627148806321
OFFSET
1,1
COMMENTS
Row 4 of A208118.
LINKS
FORMULA
Empirical: a(n) = 5*a(n-1) - 10*a(n-2) + 30*a(n-3) - 120*a(n-5) + 160*a(n-6) - 320*a(n-7) + 256*a(n-8).
Empirical g.f.: x*(9 + 36*x - 90*x^2 + 40*x^3 - 280*x^4 + 96*x^5 - 64*x^6 + 256*x^7) / ((1 - x)*(1 - 2*x)*(1 + 2*x)*(1 - 4*x)*(1 + 2*x^2)*(1 + 8*x^2)). - Colin Barker, Jun 28 2018
EXAMPLE
Some solutions for n=4:
..1..0..1..1....0..1..1..1....1..0..1..1....1..1..0..1....0..1..1..0
..0..1..1..1....0..1..1..1....0..0..1..1....1..0..1..1....1..0..1..1
..1..0..0..1....0..1..1..1....0..0..1..1....1..0..0..1....0..1..1..0
..0..0..1..1....0..1..1..1....0..0..1..1....0..0..1..1....1..0..1..1
CROSSREFS
Cf. A208118.
Sequence in context: A016946 A144938 A208114 * A207369 A208014 A208556
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 23 2012
STATUS
approved