OFFSET
1,1
COMMENTS
Column 4 of A207693.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + a(n-2) + 3*a(n-3) + a(n-4) - a(n-5) - a(n-6) for n>8.
Empirical g.f.: x*(9 + 72*x + 10*x^2 + 48*x^3 - 32*x^4 - 48*x^5 - 10*x^6 + 17*x^7) / ((1 + x^2 - x^3)*(1 - x - 2*x^2 - x^3)). - Colin Barker, Jun 25 2018
EXAMPLE
Some solutions for n=4:
..1..0..0..1....1..1..1..1....1..1..1..0....1..1..0..1....0..0..1..1
..1..1..1..1....0..0..1..1....1..0..0..1....0..0..1..1....1..1..1..0
..0..1..1..0....1..1..0..0....0..1..1..0....1..1..0..0....1..1..0..1
..1..0..0..1....1..0..0..1....0..1..1..1....0..1..1..0....0..0..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 19 2012
STATUS
approved