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) + a(n-3) + a(n-4) - 3*a(n-5) + 3*a(n-6) - a(n-7) for n>13.
Empirical g.f.: x*(988 - 434*x - 646*x^2 + 858*x^3 - 1827*x^4 + 879*x^5 + 738*x^6 - 1076*x^7 + 724*x^8 - 488*x^9 - 36*x^10 + 277*x^11 + 72*x^12) / ((1 - x)^4*(1 + x)*(1 + x^2)). - Colin Barker, Dec 22 2018
EXAMPLE
Some solutions for n=4:
..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....1..0..0..0..0....0..0..0..0..1
..0..0..0..0..0....0..0..0..0..1....1..0..0..0..0....1..0..0..0..1
..1..0..0..0..0....0..0..0..0..1....1..0..0..0..0....1..0..0..0..1
..1..0..0..0..1....0..0..0..1..1....0..0..0..0..1....0..0..0..0..1
..1..1..1..1..1....1..1..1..1..0....1..1..0..1..1....1..1..1..1..1
..1..1..1..0..0....1..1..1..0..0....1..0..1..1..1....1..1..1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jun 03 2015
STATUS
approved