OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-2) + 2*a(n-3) - 2*a(n-5) for n>6.
Empirical g.f.: 2*x*(27 + 28*x + 4*x^2 - 47*x^3 - 44*x^4 + 12*x^5) / ((1 - x)*(1 + x)*(1 - 2*x^3)). - Colin Barker, Dec 05 2018
EXAMPLE
Some solutions for n=4:
..0..0..1..0..0..1....0..1..0..0..1..0....0..0..1..0..0..1....0..1..1..2..1..1
..0..2..2..0..2..2....1..1..2..1..1..2....2..1..1..3..1..1....1..0..1..1..2..1
..0..1..0..0..1..0....2..1..1..2..1..1....1..2..1..1..3..1....3..3..1..3..3..1
..0..0..1..0..0..1....3..1..3..3..1..3....0..0..1..0..0..1....0..1..1..0..1..1
..0..3..3..0..3..3....1..1..2..1..1..2....3..1..1..2..1..1....1..2..1..1..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 20 2014
STATUS
approved