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) + 5*a(n-3) - a(n-4) + 5*a(n-5) - 3*a(n-6) - a(n-7).
Empirical g.f.: 2*x*(24 + 15*x + 89*x^2 + 33*x^3 + 23*x^4 - 2*x^5 - 50*x^6) / (1 - x + x^2 - 5*x^3 + x^4 - 5*x^5 + 3*x^6 + x^7). - Colin Barker, Dec 29 2018
EXAMPLE
Some solutions for n=4:
..0..0..0....0..0..1....1..1..0....1..1..1....0..0..1....0..0..0....0..0..0
..0..0..0....0..1..0....0..1..0....0..0..1....0..0..1....0..1..1....0..0..1
..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..0..0
..0..0..0....0..1..0....0..1..1....0..1..0....1..1..0....1..0..0....0..0..0
..1..1..0....0..1..1....0..0..0....0..1..0....1..0..0....1..1..1....0..1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 23 2015
STATUS
approved