A208421 Number of 4 X n 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 0 0 and 0 1 1 vertically.
9, 81, 261, 1269, 5139, 22509, 95265, 409239, 1746639, 7475751, 31957515, 136685781, 584484003, 2499573411, 10689072525, 45711185121, 195479542125, 835952734845, 3574879817931, 15287675934645, 65376453864249
Offset: 1
Keywords
Examples
Some solutions for n=4: ..0..1..0..1....0..1..1..1....0..1..1..0....1..0..1..0....1..0..1..0 ..0..1..0..1....1..0..1..0....0..1..1..0....1..1..0..0....1..0..1..1 ..1..0..1..0....0..1..0..0....1..0..1..1....1..0..1..1....1..1..1..0 ..0..1..0..1....1..0..1..1....0..1..0..0....1..1..0..0....1..0..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A208420.
Formula
Empirical: a(n) = 3*a(n-1) + 7*a(n-2) - 6*a(n-3) - 3*a(n-4) + 2*a(n-5).
Empirical g.f.: 9*x*(1 + 6*x - 5*x^2 - 3*x^3 + 2*x^4) / (1 - 3*x - 7*x^2 + 6*x^3 + 3*x^4 - 2*x^5). - Colin Barker, Jul 02 2018
Comments