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>15.
Empirical g.f.: x*(2008 - 7138*x + 11014*x^2 - 8523*x^3 + 3036*x^4 + 3127*x^5 - 7731*x^6 + 6028*x^7 - 3207*x^8 + 2064*x^9 - 606*x^10 - 26*x^11 + 4*x^12 - 12*x^13 + 10*x^14) / ((1 - x)^5*(1 + x)*(1 + x^2)). - Colin Barker, Dec 22 2018
EXAMPLE
Some solutions for n=4:
..0..0..0..0..0..0..0..1....0..0..0..0..0..0..0..0....0..0..0..0..0..0..0..1
..1..0..0..0..0..0..0..1....1..1..0..0..0..0..0..0....1..0..0..0..0..0..0..1
..0..0..0..0..0..0..0..1....1..0..0..0..0..0..0..1....1..0..0..0..0..0..0..1
..1..1..1..1..1..1..1..1....1..1..1..1..1..1..1..1....1..0..0..0..0..0..0..1
..1..1..1..1..0..0..0..0....1..1..1..1..1..1..1..1....1..1..1..0..0..0..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jun 03 2015
STATUS
approved