OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 18*a(n-1) - 111*a(n-2) + 282*a(n-3) - 333*a(n-4) + 180*a(n-5) - 36*a(n-6) for n>7.
Empirical g.f.: x*(6 - 24*x + 17*x^2 + 38*x^3 - 27*x^4 - 12*x^5 + 8*x^6) / (1 - 9*x + 15*x^2 - 6*x^3)^2. - Colin Barker, Sep 17 2018
EXAMPLE
Some solutions for n=3:
..0..1..0..1....0..1..0..1....0..1..2..1....0..1..1..2....0..1..2..1
..2..0..1..0....2..0..1..2....2..0..1..2....1..2..0..1....1..0..1..0
..0..1..2..2....2..1..2..1....1..2..2..0....2..0..1..2....2..0..2..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Sep 24 2013
STATUS
approved