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) + 5*a(n-3) - 2*a(n-4) + 3*a(n-5) - 2*a(n-6) - 2*a(n-7) - 2*a(n-8) - 2*a(n-9) + 2*a(n-11) for n>12.
Empirical g.f.: x*(36 + 5*x + 61*x^2 - 42*x^3 + 19*x^4 - 67*x^5 - 58*x^6 - 52*x^7 - 26*x^8 + 24*x^9 + 38*x^10 - 2*x^11) / ((1 - x)*(1 - x - 5*x^3 - 3*x^4 - 6*x^5 - 4*x^6 - 2*x^7 + 2*x^9 + 2*x^10)). - Colin Barker, Dec 18 2018
EXAMPLE
Some solutions for n=4:
..1..1..1....0..1..1....1..1..1....1..1..0....1..1..1....1..0..1....1..1..0
..1..1..1....1..1..1....1..1..1....1..1..1....1..1..1....1..1..1....0..1..1
..1..1..1....1..0..1....0..0..0....1..1..1....1..0..1....1..1..1....1..1..1
..0..1..1....1..1..1....1..1..1....1..1..1....1..1..1....1..1..1....1..1..1
..1..1..1....1..1..0....1..1..1....1..1..1....1..1..0....1..0..1....0..1..1
..1..0..1....1..0..1....1..1..0....0..1..1....1..0..1....1..1..1....1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 14 2015
STATUS
approved