OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 3*a(n-1) - 3*a(n-2) + 11*a(n-3) - 8*a(n-4) - 5*a(n-5) - 5*a(n-6) - 2*a(n-7) + 3*a(n-8).
Empirical g.f.: x*(67 - 27*x + 332*x^2 - 321*x^3 - 316*x^4 - 179*x^5 - 125*x^6 + 156*x^7) / (1 - 3*x + 3*x^2 - 11*x^3 + 8*x^4 + 5*x^5 + 5*x^6 + 2*x^7 - 3*x^8). - Colin Barker, Dec 27 2018
EXAMPLE
Some solutions for n=4:
..1..0..0..1....0..0..0..1....1..1..0..0....0..0..0..0....1..0..0..1
..0..0..0..1....0..0..0..1....0..0..0..0....1..0..0..1....1..0..0..0
..0..0..0..0....0..0..0..0....0..0..0..0....0..0..0..0....0..0..0..0
..0..0..0..0....0..0..0..0....1..0..0..0....0..0..0..0....0..0..0..1
..1..0..0..1....0..1..0..0....1..0..0..1....1..0..0..1....0..0..0..1
..1..0..0..1....1..1..0..0....0..0..0..1....0..0..0..1....0..0..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 07 2015
STATUS
approved