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>13.
Empirical g.f.: x*(480 - 1414*x + 2259*x^2 - 1987*x^3 + 1428*x^4 - 579*x^5 - 888*x^6 + 1120*x^7 - 834*x^8 + 778*x^9 - 368*x^10 + 50*x^11 + 3*x^12) / ((1 - x)^5*(1 + x)*(1 + x^2)). - Colin Barker, Dec 21 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
..1..1..0..0..0..0....1..1..1..1..1..1....0..0..0..0..0..0....0..0..0..0..0..0
..1..0..0..0..0..1....0..0..0..0..0..0....0..0..0..0..0..1....0..0..0..0..0..1
..1..1..1..1..0..1....1..1..1..1..1..1....1..1..1..1..1..1....1..1..0..0..1..1
..1..1..1..0..1..1....1..0..0..0..0..1....1..0..0..0..0..0....1..0..0..1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jun 03 2015
STATUS
approved