OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 12*a(n-1) - 26*a(n-2) + 2*a(n-3) + 28*a(n-4) - 6*a(n-5) - 9*a(n-6) for n>8.
Empirical g.f.: x*(2 - 16*x + 15*x^2 + 26*x^3 - 21*x^4 - 17*x^5 + 5*x^6 + 3*x^7) / ((1 - x)*(1 - x - x^2)*(1 - 10*x + 6*x^2 + 9*x^3)). - Colin Barker, Oct 29 2018
EXAMPLE
Some solutions for n=4:
..0..1..2..1....0..1..2..3....0..1..2..3....0..0..1..2....0..1..2..3
..1..2..1..0....3..0..3..0....2..3..1..3....0..0..1..3....3..1..3..2
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 19 2014
STATUS
approved