OFFSET
1,2
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 15*a(n-1) - 81*a(n-2) + 185*a(n-3) - 162*a(n-4) + 60*a(n-5) - 8*a(n-6) for n>7.
Empirical g.f.: x*(1 + 24*x - 108*x^2 + 74*x^3 + 137*x^4 - 127*x^5 + 8*x^6) / (1 - 5*x + 2*x^2)^3. - Colin Barker, Sep 19 2018
EXAMPLE
Some solutions for n=3:
..0..1..0....0..1..1....0..0..1....0..1..2....0..1..1....0..1..0....0..1..2
..0..2..2....0..2..0....2..1..0....1..2..1....2..0..1....1..2..2....1..0..0
..1..0..1....1..0..1....1..2..2....0..1..1....0..1..2....1..0..1....2..0..2
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Sep 26 2013
STATUS
approved