OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 6*a(n-3) - 11*a(n-6) + 5*a(n-9) + 2*a(n-12) - a(n-15) for n>17.
Empirical g.f.: x*(237 + 107*x + 114*x^2 - 1269*x^3 - 431*x^4 - 414*x^5 + 2062*x^6 + 433*x^7 + 306*x^8 - 802*x^9 - 24*x^10 + 72*x^11 - 376*x^12 - 80*x^13 - 56*x^14 + 169*x^15 + 16*x^16) / ((1 - x)*(1 + x + x^2)*(1 - 3*x^3 + x^6)*(1 - 2*x^3 - x^6)). - Colin Barker, Dec 05 2018
EXAMPLE
Some solutions for n=4:
..0..0..1..0..0..2..0..0..2....0..1..0..0..1..0..0..1..0
..2..0..0..1..0..0..2..0..0....1..1..2..1..1..3..1..1..3
..3..0..3..3..0..3..3..0..3....3..1..1..2..1..1..3..1..1
..0..0..2..0..0..1..0..0..2....0..1..0..0..1..0..0..1..0
..1..0..0..2..0..0..1..0..0....1..1..3..1..1..2..1..1..3
..3..0..3..3..0..3..3..0..3....2..1..1..3..1..1..2..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 20 2014
STATUS
approved