OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 6*a(n-1) - 13*a(n-2) + 10*a(n-3) + 5*a(n-4) - 14*a(n-5) + 9*a(n-6) - 2*a(n-7) for n>8.
Empirical g.f.: 2*x*(891 - 2922*x + 1181*x^2 + 5640*x^3 - 8669*x^4 + 4350*x^5 - 280*x^6 - 256*x^7) / ((1 - x)^5*(1 + x)*(1 - 2*x)). - Colin Barker, Nov 24 2018
EXAMPLE
Some solutions for n=4:
..0..1..0..1..0..0..2....0..0..0..0..2..0..2....0..0..0..1..0..0..2
..0..1..0..1..0..0..2....0..0..0..0..2..0..2....0..0..0..1..0..0..0
..0..1..0..1..0..0..1....0..0..0..0..2..0..1....0..0..0..1..0..0..0
..0..1..0..1..0..0..1....0..0..0..0..2..0..1....0..0..0..1..0..0..0
..2..1..0..1..0..0..0....0..0..0..0..2..0..0....2..2..0..1..0..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 29 2014
STATUS
approved