OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 2*a(n-1) - a(n-2) + a(n-3) - a(n-4) + a(n-6) - a(n-7) for n>12.
Empirical g.f.: x*(32 + 793*x - 1399*x^2 + 664*x^3 - 818*x^4 + 617*x^5 - 108*x^6 - 906*x^7 + 548*x^8 - 64*x^9 + x^10 - 6*x^11) / ((1 - x)*(1 - x - x^3 - x^6)). - Colin Barker, Feb 19 2019
EXAMPLE
Some solutions for n=4:
..0..1..1..0. .0..1..1..0. .0..1..0..0. .0..1..0..1. .0..0..1..0
..0..0..1..0. .0..0..1..0. .1..0..1..1. .0..1..0..1. .1..0..1..0
..1..0..1..0. .1..0..1..1. .1..0..1..0. .0..1..0..1. .0..0..1..0
..1..0..1..1. .1..0..0..1. .0..0..1..0. .1..0..1..0. .0..1..1..0
..0..1..0..0. .1..1..0..1. .0..1..1..0. .1..0..1..0. .0..1..0..0
..0..1..0..1. .0..1..0..0. .0..1..0..0. .1..0..1..1. .0..1..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 22 2017
STATUS
approved