OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 2*a(n-1) + 2*a(n-2) + 3*a(n-3) + 5*a(n-4) - a(n-5) - 6*a(n-6) - 7*a(n-7) + 2*a(n-9) - a(n-10) for n>11.
Empirical g.f.: x*(121 + 68*x + 146*x^2 + 242*x^3 - 72*x^4 - 328*x^5 - 356*x^6 - 3*x^7 + 96*x^8 - 45*x^9 - 2*x^10) / ((1 + x)*(1 - 3*x + x^2 - 4*x^3 - x^4 + 2*x^5 + 4*x^6 + 3*x^7 - 3*x^8 + x^9)). - Colin Barker, Dec 18 2018
EXAMPLE
Some solutions for n=4:
..0..0..1....1..1..1....1..1..0....0..0..1....1..1..1....0..0..1....0..1..1
..1..1..1....1..1..1....1..1..1....0..1..1....0..1..1....1..1..1....0..1..1
..0..1..1....1..0..1....1..1..1....1..1..1....1..1..1....1..0..1....1..1..1
..1..1..0....1..1..1....1..0..0....1..1..1....1..0..1....1..1..1....1..1..1
..0..1..1....1..1..0....1..1..1....0..1..0....1..1..1....0..1..0....0..0..1
..1..0..0....1..0..1....1..1..1....1..0..0....1..0..0....1..0..0....1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 11 2015
STATUS
approved