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