OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + a(n-2) - 2*a(n-5) + a(n-8) + a(n-9) - a(n-10).
Empirical g.f.: x*(2 + 5*x + 7*x^2 + 8*x^3 + 5*x^4 + 4*x^5 + x^6 + 2*x^7 + x^8 - x^9) / ((1 - x)^4*(1 + x)^2*(1 + x^2)*(1 + x + x^2)). - 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
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, May 05 2013
STATUS
approved