OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 3*a(n-1) + 2*a(n-2) - 6*a(n-3) - 7*a(n-4) + 5*a(n-5) - a(n-6) + 6*a(n-7) + 17*a(n-8) - 20*a(n-9) - 2*a(n-10) + 4*a(n-11).
Empirical g.f.: x*(2 - 2*x - 8*x^2 - 3*x^3 + 16*x^4 + 5*x^6 + 19*x^7 - 34*x^8 - 2*x^9 + 8*x^10) / ((1 - x)*(1 - 2*x - 4*x^2 + 2*x^3 + 9*x^4 + 4*x^5 + 5*x^6 - x^7 - 18*x^8 + 2*x^9 + 4*x^10)). - Colin Barker, Sep 27 2018
EXAMPLE
Some solutions for n=5:
..0..0..1..1....0..0..0..0....0..0..1..1....0..0..0..0....0..0..0..0
..0..0..1..1....0..0..0..0....0..0..1..1....0..0..0..0....0..0..0..0
..1..1..0..0....0..0..1..1....0..0..1..1....0..0..1..1....1..1..1..1
..1..1..0..0....1..1..1..1....1..1..0..0....1..1..1..1....1..1..1..1
..1..1..0..0....1..1..0..0....1..1..0..0....1..1..2..2....1..1..1..1
..0..0..1..1....0..0..0..0....1..1..0..0....2..2..2..2....0..0..0..0
..0..0..1..1....0..0..0..0....1..1..0..0....2..2..2..2....0..0..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 05 2013
STATUS
approved