OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - 4*a(n-5) + 6*a(n-6) - 4*a(n-7) + a(n-8) for n>12.
Empirical g.f.: x*(228 - 568*x + 977*x^2 - 897*x^3 + 724*x^4 - 502*x^5 - 128*x^6 + 412*x^7 - 433*x^8 + 357*x^9 - 136*x^10 + 14*x^11) / ((1 - x)^5*(1 + x)*(1 + x^2)). - Colin Barker, Dec 21 2018
EXAMPLE
Some solutions for n=4:
..1..0..0..0..1....0..0..0..0..1....0..0..0..0..1....0..0..0..0..0
..1..0..0..0..1....0..0..0..0..0....1..0..0..0..1....0..0..0..0..0
..1..0..0..0..1....0..0..0..0..1....0..0..0..0..1....0..0..0..0..0
..1..1..1..1..1....1..0..0..0..1....1..1..1..1..1....1..1..0..0..0
..1..1..1..1..1....1..0..0..0..1....0..0..0..0..0....1..0..0..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jun 03 2015
STATUS
approved