OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 5*a(n-1) - 9*a(n-2) + 7*a(n-3) - 2*a(n-4).
Empirical: a(n) = 36*2^(n-1) + n^2 - n - 10.
Empirical g.f.: 2*x*(13 - 33*x + 27*x^2 - 8*x^3) / ((1 - x)^3*(1 - 2*x)). - Colin Barker, Nov 15 2018
EXAMPLE
Some solutions for n=6:
..1..0..0....1..1..0....1..1..1....0..0..0....1..0..0....1..0..0....0..0..0
..1..1..1....0..0..0....0..0..0....0..0..0....0..0..0....1..0..0....1..1..1
..1..1..1....0..0..0....0..0..0....1..1..1....1..1..1....0..0..0....0..0..0
..0..0..1....0..0..0....1..1..1....0..0..0....1..1..1....1..1..1....1..1..1
..0..0..1....1..1..1....1..1..1....0..0..0....0..0..1....1..1..1....0..0..1
..0..0..1....1..1..1....0..1..1....0..0..0....0..0..1....1..1..1....0..0..1
..0..0..1....1..1..1....0..1..1....1..1..1....0..0..1....0..1..1....0..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 26 2014
STATUS
approved