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) - a(n-3) + 4*a(n-4) - 4*a(n-5) - 3*a(n-6) + 3*a(n-7) for n>13.
Empirical g.f.: x*(158 + 186*x - 228*x^2 + 7*x^3 - 415*x^4 - 600*x^5 + 884*x^6 + 172*x^7 - 374*x^8 + 117*x^9 + 59*x^10 - 8*x^11 - 8*x^12) / ((1 - x)*(1 - x^2 - 4*x^4 + 3*x^6)). - Colin Barker, Dec 23 2018
EXAMPLE
Some solutions for n=4:
..0..0..1..0....1..0..1..0....1..1..0..1....0..0..1..0....0..1..1..0
..1..1..0..1....0..1..0..0....1..0..1..0....1..1..0..0....1..1..0..0
..0..1..0..1....0..1..0..1....0..0..1..0....0..0..1..1....0..0..1..1
..1..0..1..0....1..0..1..0....1..1..0..1....1..1..0..0....1..1..0..0
..0..0..1..1....0..0..1..1....0..0..1..1....0..0..1..1....0..0..1..1
..0..1..0..1....1..1..0..1....1..0..1..0....0..0..1..0....1..0..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jun 15 2015
STATUS
approved