OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 5*a(n-1) - 6*a(n-2) + 2*a(n-3) - 8*a(n-4) + 6*a(n-5) - a(n-6) + 3*a(n-7).
Empirical g.f.: x*(4 - 11*x + x^2 - 5*x^3 + 10*x^4 + 2*x^5 + 3*x^6) / ((1 - x)*(1 - 3*x)*(1 + x + x^2)*(1 - 2*x - x^3)). - Colin Barker, Sep 28 2018
EXAMPLE
Some solutions for n=6:
..0..0..1....0..0..1....0..1..1....0..0..1....0..0..0....0..0..0....0..0..0
..0..0..1....0..0..1....0..1..1....0..0..1....1..1..1....1..1..0....1..1..1
..1..1..1....1..1..1....0..1..1....1..1..1....1..1..1....1..1..0....1..1..1
..1..2..2....1..1..1....0..1..1....1..0..0....2..2..2....0..0..0....1..1..1
..1..2..2....1..1..1....0..0..0....1..0..0....2..2..2....0..0..0....0..0..0
..1..1..2....1..1..1....1..1..0....1..2..2....2..2..2....2..2..2....0..0..0
..1..1..2....0..0..0....1..1..0....1..2..2....3..3..3....2..2..2....0..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 07 2013
STATUS
approved