OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 9*a(n-1) - 27*a(n-2) + 29*a(n-3) + 6*a(n-4) - 32*a(n-5) + 16*a(n-6) for n>9.
Empirical g.f.: x*(3 - 15*x + 10*x^2 + 33*x^3 - 50*x^4 + 40*x^5 - 25*x^6 - 52*x^7 + 72*x^8) / ((1 - x)*(1 - 2*x)*(1 - 6*x + 7*x^2 + 4*x^3 - 8*x^4)). - Colin Barker, Oct 27 2018
EXAMPLE
Some solutions for n=4:
..2..0..0..0....2..0..0..0....2..0..0..0....2..0..0..0....2..0..0..0
..1..3..2..0....2..3..2..0....1..2..0..0....1..2..2..0....1..0..0..2
..1..3..2..3....2..3..2..0....1..2..2..0....1..2..1..3....2..3..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 02 2014
STATUS
approved