OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 6*a(n-1) - 5*a(n-2) - 12*a(n-3) + 12*a(n-4) for n>6.
Empirical g.f.: x*(47 - 109*x - 68*x^2 + 211*x^3 - 48*x^4 - 19*x^5) / ((1 - x)*(1 - 2*x)*(1 - 3*x - 6*x^2)). - Colin Barker, Dec 11 2018
EXAMPLE
Some solutions for n=4:
..1..1..1....0..1..1....1..1..1....0..1..1....0..1..1....0..1..0....0..0..0
..0..0..0....0..0..1....1..1..1....1..1..0....1..1..0....0..1..1....1..1..1
..1..1..1....1..1..1....1..1..0....0..1..0....1..1..1....0..1..0....0..1..0
..1..0..0....1..1..1....0..1..0....1..1..1....1..1..0....1..1..0....1..1..0
..1..0..1....1..1..0....1..1..1....0..0..1....0..1..1....0..0..1....1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 30 2014
STATUS
approved