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>14.
Empirical g.f.: x*(2008 - 1357*x - 1629*x^2 + 2637*x^3 - 3755*x^4 + 2195*x^5 + 1588*x^6 - 3082*x^7 + 1686*x^8 - 674*x^9 - 64*x^10 + 222*x^11 + 170*x^12 + 90*x^13) / ((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..1....0..0..0..0..1
..0..0..0..0..0....0..0..0..0..0....0..0..0..0..1....1..0..0..0..0
..1..0..0..0..0....0..0..0..0..1....0..0..0..0..1....1..0..0..0..0
..1..0..0..0..0....0..0..0..0..1....1..0..0..0..1....1..0..0..0..0
..1..0..0..0..0....1..0..0..0..1....1..0..0..0..1....1..0..0..0..0
..1..0..0..0..0....1..0..0..1..1....1..0..0..1..1....0..0..0..0..0
..1..0..0..0..1....1..1..1..1..0....1..0..1..1..1....1..1..1..1..1
..1..1..1..1..1....1..1..1..0..0....0..1..1..1..1....1..1..1..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jun 03 2015
STATUS
approved