OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 5*a(n-1) - 32*a(n-3) + 34*a(n-4) + 54*a(n-5) - 96*a(n-6) + 63*a(n-8) - 27*a(n-9).
Empirical g.f.: 4*x*(55 - 79*x - 350*x^2 + 635*x^3 + 541*x^4 - 1473*x^5 + 183*x^6 + 918*x^7 - 432*x^8) / ((1 - x)^3*(1 + x)*(1 - 3*x)*(1 - 3*x^2)^2). - Colin Barker, Dec 21 2018
EXAMPLE
Some solutions for n=4:
..1..1..0....1..1..0....1..0..0....1..0..1....1..1..1....1..1..0....1..1..0
..0..0..0....0..0..0....0..0..0....1..0..1....1..0..0....0..1..0....1..0..1
..1..0..1....1..0..1....1..1..0....1..1..1....0..1..1....1..1..1....0..0..0
..1..0..1....0..1..0....0..0..0....1..0..1....0..0..0....0..0..1....1..1..1
..1..0..1....0..1..1....1..1..0....0..0..1....0..0..1....0..1..0....0..0..0
..1..0..1....0..1..0....0..0..0....0..0..0....1..0..1....0..1..1....1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jun 02 2015
STATUS
approved