OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 4*a(n-1) - a(n-2) - 13*a(n-3) + 15*a(n-4) + 3*a(n-5) - 11*a(n-6) + 4*a(n-7) for n>9.
Empirical g.f.: x*(58 - 88*x - 153*x^2 + 323*x^3 - 81*x^4 - 183*x^5 + 149*x^6 - 22*x^7 - 8*x^8) / ((1 - x)^2*(1 - 2*x - 4*x^2 + 7*x^3 + 3*x^4 - 4*x^5)). - Colin Barker, Nov 16 2018
EXAMPLE
Some solutions for n=4:
..0..0..0..0..0....0..0..0..0..1....0..0..0..0..0....0..0..0..0..0
..0..0..0..0..0....0..0..0..0..1....0..0..0..0..0....0..0..0..0..0
..0..0..0..0..0....0..0..0..0..1....0..0..0..0..1....0..0..0..1..1
..1..0..0..0..1....1..0..1..1..1....0..0..0..1..0....0..0..1..1..1
..0..1..1..1..0....0..1..1..1..1....0..0..1..0..1....0..1..1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 27 2014
STATUS
approved