OFFSET
1,1
COMMENTS
Column 1 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*(16 - 11*x + 9*x^3 - 6*x^4 - 3*x^5 + 2*x^6 + x^7) / ((1 - x)*(1 - x - x^2 + x^3 - x^4)). - Colin Barker, Feb 28 2018
EXAMPLE
Some solutions for 3 X 2:
..1..0....1..0....1..0....0..1....0..0....1..0....1..0....0..0....0..0....1..0
..1..0....0..0....0..1....0..1....1..0....0..0....0..1....0..0....1..0....1..0
..0..1....0..1....1..0....0..1....0..1....0..0....0..0....0..0....1..1....1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 22 2011
STATUS
approved