OFFSET
1,2
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 3*a(n-2) - 2*a(n-4) - 2*a(n-6) + 4*a(n-8) - 4*a(n-10) + 2*a(n-12) + 2*a(n-14) - 3*a(n-16) + a(n-18).
Empirical g.f.: x^2*(15 + 68*x^2 + 118*x^4 + 140*x^6 + 116*x^8 + 72*x^10 + 14*x^12 - 2*x^14 + x^16) / ((1 - x)^5*(1 + x)^5*(1 + x^2)^2*(1 + x^4)). - Colin Barker, Sep 05 2018
EXAMPLE
Some solutions for n=4:
..1..1..1..1....1..1..1..1...-1..1..1..1....1..1..1..1...-1.-1.-1..1
.-1.-1.-1..1...-1.-1.-1.-1...-1..1..1..1...-1.-1.-1..1...-1..1..1..1
.-1.-1.-1.-1...-1.-1.-1.-1...-1.-1..1..1...-1.-1.-1..1...-1.-1..1..1
.-1.-1.-1..1....1..1..1..1...-1.-1.-1.-1....1..1..1..1...-1..1..1..1
..1..1..1..1...-1.-1..1..1...-1..1..1..1...-1.-1.-1..1...-1.-1.-1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, May 05 2013
STATUS
approved