OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 3*a(n-3) - a(n-6) - a(n-9) for n>12.
Empirical g.f.: x*(63 + 91*x + 120*x^2 - 34*x^3 - 43*x^4 - 64*x^5 - 33*x^6 - 53*x^7 - 56*x^8 + 4*x^9 + 5*x^10 + 2*x^11) / ((1 - x)*(1 + x + x^2)*(1 - 2*x^3 - x^6)). - Colin Barker, Dec 08 2018
EXAMPLE
Some solutions for n=4:
..0..1..2..0..1..3....0..1..2..0..3..2....0..1..2..3..1..2....0..1..2..0..1..2
..0..0..0..0..0..0....0..0..0..0..0..0....2..2..2..2..2..2....2..1..0..2..1..0
..0..2..1..0..2..1....0..2..3..0..2..1....1..3..2..1..3..2....1..1..1..1..1..1
..0..1..2..0..1..2....0..3..2..0..1..2....3..1..2..3..1..2....0..1..2..0..1..2
..0..0..0..0..0..0....0..0..0..0..0..0....2..2..2..2..2..2....2..1..0..2..1..0
..0..3..1..0..2..1....0..2..1..0..2..1....1..3..2..1..0..2....1..1..1..1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 26 2014
STATUS
approved