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

A207847
Number of 4 X n 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 0 0 and 1 1 1 vertically.
1
10, 100, 240, 780, 2320, 7140, 21600, 65980, 200400, 610740, 1857520, 5656380, 17211840, 52396900, 159466800, 485403660, 1477389520, 4496881380, 13687155360, 41660429500, 126802853520, 385955704500, 1174746099760, 3575622750780
OFFSET
1,1
COMMENTS
Row 4 of A207845.
LINKS
FORMULA
Empirical: a(n) = a(n-1) + 6*a(n-2) + a(n-3) - a(n-4) for n>5.
Empirical g.f.: 10*x*(1 + 9*x + 8*x^2 - 7*x^3 + x^4) / (1 - x - 6*x^2 - x^3 + x^4). - Colin Barker, Jun 25 2018
EXAMPLE
Some solutions for n=4:
..1..0..1..0....1..0..1..1....0..1..1..1....1..1..1..0....0..1..0..1
..0..1..0..0....1..0..1..1....1..0..1..0....1..0..1..0....1..0..1..1
..1..1..1..1....0..1..0..0....0..1..0..1....0..1..0..1....0..1..0..0
..1..0..1..0....0..1..0..0....1..0..1..1....1..1..1..1....1..1..0..1
CROSSREFS
Cf. A207845.
Sequence in context: A208375 A208065 A207930 * A095920 A207602 A207028
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 21 2012
STATUS
approved