OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 3*a(n-1) + 19*a(n-2) - 60*a(n-3) + 8*a(n-4) + 36*a(n-5) - 12*a(n-6).
Empirical g.f.: 4*x*(19 + 18*x - 280*x^2 + 86*x^3 + 172*x^4 - 64*x^5) / ((1 - 3*x + x^2)*(1 - 20*x^2 + 12*x^4)). - Colin Barker, Oct 12 2018
EXAMPLE
Some solutions for n=5:
..0..2..2....0..0..2....0..2..0....2..2..2....2..0..2....2..0..2....0..1..0
..1..0..1....1..2..1....0..1..2....0..1..0....1..2..1....0..1..2....2..0..2
..2..2..0....2..0..2....0..2..0....0..2..0....0..2..0....2..2..0....1..0..1
..1..0..1....2..1..2....2..1..2....0..1..0....1..0..1....0..1..0....2..2..2
..2..0..2....2..0..2....0..2..0....0..2..2....2..2..0....0..2..0....0..1..0
..1..2..1....0..1..0....0..1..0....2..1..0....1..0..1....1..2..1....2..2..2
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 17 2013
STATUS
approved