OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 6*a(n-3) -10*a(n-6) +3*a(n-9) for n>11.
Empirical g.f.: x*(37 + 50*x + 83*x^2 - 131*x^3 - 167*x^4 - 275*x^5 + 67*x^6 + 59*x^7 + 87*x^8 - 6*x^9 - 3*x^10) / ((1 - 3*x^3)*(1 - 3*x^3 + x^6)). - Colin Barker, Dec 08 2018
EXAMPLE
Some solutions for n=4:
..0..1..2..0....0..0..0..0....0..0..0..0....0..0..0..0....0..1..2..0
..2..2..2..2....1..2..0..1....1..2..0..3....1..0..2..1....3..0..2..3
..3..0..2..1....2..1..0..2....2..1..0..2....2..0..1..2....2..2..2..2
..0..3..2..0....0..0..0..0....0..0..0..0....0..0..0..0....0..3..2..0
..2..2..2..2....1..2..0..1....1..2..0..1....1..0..2..1....3..0..2..1
..1..0..2..3....2..3..0..2....2..3..0..2....2..0..1..2....2..2..2..2
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 26 2014
STATUS
approved