OFFSET
1,1
COMMENTS
Column 2 of A186462.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..200
FORMULA
Empirical: a(n) = 2*a(n-1) - 2*a(n-3) + 2*a(n-4) - a(n-5) for n>8.
Empirical g.f.: x*(21 - 12*x - 9*x^2 + 28*x^3 - 30*x^4 + 4*x^5 + 2*x^6 + 4*x^7) / ((1 - x)*(1 - x - x^2 + x^3 - x^4)). - Colin Barker, Apr 17 2018
EXAMPLE
Some solutions for 5 X 3:
..1..1..1....0..0..0....1..0..1....0..1..0....0..0..1....1..0..0....0..0..0
..0..0..0....0..0..0....0..1..0....0..0..1....0..0..0....1..0..0....1..0..0
..0..0..0....0..0..0....0..0..1....0..0..0....1..0..0....1..0..0....0..1..0
..0..0..0....1..0..0....0..0..1....1..0..0....0..1..0....1..0..0....1..0..1
..0..0..0....0..1..1....0..0..1....0..1..1....1..0..1....0..1..1....0..1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 22 2011
STATUS
approved