OFFSET
1,2
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 6*a(n-1) - a(n-2) - 28*a(n-3) - 4*a(n-4) + 16*a(n-5) - 4*a(n-6) for n>8.
Empirical g.f.: x^2*(20 - 62*x + 33*x^2 + 40*x^3 - 3*x^4 - 16*x^5 + 4*x^6) / (1 - 3*x - 4*x^2 + 2*x^3)^2. - _Colin Barker_, Sep 18 2018
EXAMPLE
Some solutions for n=4:
..0..1..0..1....0..1..0..2....0..1..2..1....0..1..2..1....0..1..2..1
..0..2..0..2....0..2..1..2....0..1..0..1....0..1..2..1....2..0..2..1
..2..1..0..1....0..2..0..2....2..2..0..1....2..0..2..0....2..0..2..1
CROSSREFS
KEYWORD
nonn
AUTHOR
_R. H. Hardin_, Sep 25 2013
STATUS
approved