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

A207249
Number of n X 3 0..1 arrays avoiding 0 0 1 and 1 0 1 horizontally and 0 1 0 and 1 0 1 vertically.
4
6, 36, 102, 370, 1232, 4238, 14406, 49164, 167530, 571202, 1947168, 6638170, 22629802, 77146700, 262997994, 896578158, 3056494736, 10419796218, 35521783770, 121096145300, 412824884294, 1407347734502, 4797742864320
OFFSET
1,1
COMMENTS
Column 3 of A207254.
LINKS
FORMULA
Empirical: a(n) = 2*a(n-1) + 4*a(n-2) + 7*a(n-4) + 8*a(n-5) - a(n-8).
Empirical g.f.: 2*x*(3 + 12*x + 3*x^2 + 11*x^3 + 21*x^4 - 3*x^5 - 3*x^7) / (1 - 2*x - 4*x^2 - 7*x^4 - 8*x^5 + x^8). - Colin Barker, Feb 20 2018
EXAMPLE
Some solutions for n=4:
..0..0..0....1..0..0....0..1..0....1..1..0....1..0..0....1..1..0....0..0..0
..0..1..1....0..0..0....1..0..0....1..0..0....1..0..0....0..0..0....1..0..0
..1..1..1....0..0..0....1..0..0....1..0..0....1..0..0....0..0..0....1..1..1
..1..0..0....0..1..0....1..1..0....0..1..1....1..0..0....1..0..0....0..1..1
CROSSREFS
Cf. A207254.
Sequence in context: A207118 A207704 A207495 * A060521 A036141 A270205
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 16 2012
STATUS
approved