OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 21*a(n-1) - 112*a(n-2) + 217*a(n-3) - 157*a(n-4) + 36*a(n-5) for n>7.
Empirical g.f.: 2*x*(4 - 35*x + 116*x^2 - 280*x^3 + 58*x^4 - 1256*x^5 + 555*x^6) / (1 - 21*x + 112*x^2 - 217*x^3 + 157*x^4 - 36*x^5). - Colin Barker, Sep 13 2018
EXAMPLE
Some solutions for n=4:
..1..0..0..0..0..1....1..0..1..0..1..0....1..0..0..1..0..0....1..0..0..0..0..1
..0..0..1..0..0..0....1..0..1..0..0..0....1..0..0..0..0..1....1..0..0..1..0..1
..1..0..0..0..0..0....0..0..0..0..0..1....1..0..0..0..0..1....0..0..0..0..0..1
..1..0..0..0..0..1....0..0..0..0..1..0....0..0..1..0..0..0....0..0..1..0..1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Sep 04 2013
STATUS
approved