OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 18*a(n-1) - 90*a(n-2) + 7*a(n-3) + 576*a(n-4) + 210*a(n-5) - 180*a(n-6).
Empirical g.f.: 2*x*(90 - 997*x + 1321*x^2 + 8130*x^3 + 2475*x^4 - 2430*x^5) / ((1 - 6*x)*(1 - 5*x - 5*x^2)*(1 - 7*x - 12*x^2 + 6*x^3)). - Colin Barker, Nov 27 2018
EXAMPLE
Some solutions for n=4:
..2..2..0....0..2..2....2..2..0....1..1..1....1..0..2....0..2..2....2..0..2
..0..0..0....2..0..2....2..2..0....0..2..2....1..0..2....0..2..2....2..2..0
..0..2..0....1..1..1....2..0..0....2..2..0....1..2..0....2..0..2....0..2..0
..0..2..2....2..2..2....0..2..0....2..2..2....1..2..0....0..2..0....2..0..0
..2..2..0....2..0..2....0..0..0....2..0..2....1..0..2....1..1..1....1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 30 2014
STATUS
approved