OFFSET
1,1
COMMENTS
Column 3 of A207500.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 5*a(n-1) -2*a(n-2) -14*a(n-3) +6*a(n-4) +8*a(n-5) -a(n-6) -a(n-7) for n>8.
Empirical g.f.: x*(6 + 6*x - 66*x^2 - 57*x^3 + 119*x^4 + 72*x^5 - 19*x^6 - 11*x^7) / ((1 - x)*(1 - 2*x - x^2)*(1 - 2*x - 5*x^2 + x^4)). - Colin Barker, Mar 05 2018
EXAMPLE
Some solutions for n=4:
..0..0..1....0..1..0....1..1..0....1..1..1....1..0..0....0..1..0....1..0..1
..1..1..0....1..1..0....1..0..1....1..1..1....0..0..1....0..0..1....1..1..0
..0..0..1....1..1..0....1..1..0....0..1..0....1..0..0....0..1..0....0..0..1
..1..1..0....1..0..0....0..0..1....1..1..1....1..0..1....0..0..1....1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 18 2012
STATUS
approved