OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 16*a(n-1) - 88*a(n-2) + 200*a(n-3) - 208*a(n-4) + 96*a(n-5) - 16*a(n-6) for n>7.
Empirical g.f.: x*(5 - 26*x + 77*x^2 - 131*x^3 + 156*x^4 - 80*x^5 + 4*x^6) / (1 - 8*x + 12*x^2 - 4*x^3)^2. - Colin Barker, Jan 15 2019
EXAMPLE
Some solutions for n=4:
..1..0..1..0. .0..1..0..1. .0..0..0..1. .0..0..0..0. .0..1..0..0
..1..0..1..0. .0..0..0..0. .0..1..0..1. .0..1..1..0. .1..0..1..0
..0..0..1..0. .0..0..0..1. .0..0..0..1. .0..0..0..0. .0..0..0..1
..0..1..0..0. .0..0..1..0. .1..0..1..0. .1..0..1..0. .0..0..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 15 2016
STATUS
approved