OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 4*a(n-1) + 34*a(n-2) - 76*a(n-3) - 134*a(n-4) + 258*a(n-5) + 45*a(n-6) - 102*a(n-7).
Empirical g.f.: x*(16 - 35*x - 86*x^2 + 162*x^3 + 29*x^4 - 66*x^5) / (1 - 4*x - 34*x^2 + 76*x^3 + 134*x^4 - 258*x^5 - 45*x^6 + 102*x^7). - Colin Barker, Sep 12 2018
EXAMPLE
Some solutions for n=4:
..1..0..0..0....1..0..1..0....1..0..0..0....1..0..0..1....1..0..0..1
..0..0..0..0....0..0..1..0....0..0..0..0....1..0..0..0....1..0..0..0
..0..0..1..0....0..0..0..0....0..1..0..1....0..0..1..0....1..0..0..1
..0..0..1..0....0..0..0..1....0..1..0..0....0..0..0..0....0..0..0..0
..0..0..1..0....1..0..0..1....0..1..0..0....0..0..0..1....1..0..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Aug 29 2013
STATUS
approved