OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 21*a(n-1) - 159*a(n-2) + 511*a(n-3) - 636*a(n-4) + 336*a(n-5) - 64*a(n-6) for n>9.
Empirical g.f.: x*(3 + 59*x - 976*x^2 + 4803*x^3 - 9539*x^4 + 7326*x^5 - 1825*x^6 - 76*x^7 + 25*x^8) / (1 - 7*x + 4*x^2)^3. - Colin Barker, Sep 20 2018
EXAMPLE
Some solutions for n=3:
..0..1..2..0....0..1..0..1....0..1..2..0....0..1..1..0....0..0..1..2
..0..1..2..0....2..1..0..2....2..0..2..0....0..1..2..0....2..0..1..2
..2..1..1..0....0..1..2..2....1..0..1..1....0..1..2..1....2..0..1..2
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Sep 27 2013
STATUS
approved