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

A207173
Number of 5 X n 0..1 arrays avoiding 0 0 0 and 1 0 1 horizontally and 0 0 1 and 1 0 1 vertically.
1
10, 100, 270, 1161, 3445, 8455, 26908, 82861, 228060, 672760, 2029041, 5846337, 17039101, 50518174, 147655795, 430953736, 1267685262, 3717105229, 10874111625, 31898934243, 93554384968, 274033182253, 803273682808, 2355253402240
OFFSET
1,1
COMMENTS
Row 5 of A207169.
LINKS
FORMULA
Empirical: a(n) = a(n-1) + 17*a(n-3) + 4*a(n-4) + 4*a(n-5) - 48*a(n-6) - 32*a(n-7) + 64*a(n-9) for n>11.
Empirical g.f.: x*(10 + 90*x + 170*x^2 + 721*x^3 + 544*x^4 - 20*x^5 - 2284*x^6 - 3216*x^7 - 800*x^8 + 3392*x^9 + 2304*x^10) / ((1 - 2*x - 8*x^3)*(1 + x + 2*x^2 - 5*x^3 - 6*x^4 + 8*x^6)). - Colin Barker, Jun 20 2018
EXAMPLE
Some solutions for n=4:
..1..1..1..1....0..1..1..0....1..1..0..0....0..1..1..0....0..0..1..1
..1..1..1..1....0..1..1..1....0..0..1..1....0..0..1..1....1..0..0..1
..1..1..1..1....0..0..1..1....0..0..1..1....0..0..1..0....1..0..0..1
..1..1..0..0....0..0..1..0....0..0..1..0....0..0..1..0....1..0..0..1
..0..1..0..0....0..0..1..0....0..0..1..0....0..0..1..0....1..0..0..1
CROSSREFS
Cf. A207169.
Sequence in context: A095920 A207602 A207028 * A207456 A208836 A208684
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 15 2012
STATUS
approved