OFFSET
1,1
COMMENTS
Row 4 of A208118.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 5*a(n-1) - 10*a(n-2) + 30*a(n-3) - 120*a(n-5) + 160*a(n-6) - 320*a(n-7) + 256*a(n-8).
Empirical g.f.: x*(9 + 36*x - 90*x^2 + 40*x^3 - 280*x^4 + 96*x^5 - 64*x^6 + 256*x^7) / ((1 - x)*(1 - 2*x)*(1 + 2*x)*(1 - 4*x)*(1 + 2*x^2)*(1 + 8*x^2)). - Colin Barker, Jun 28 2018
EXAMPLE
Some solutions for n=4:
..1..0..1..1....0..1..1..1....1..0..1..1....1..1..0..1....0..1..1..0
..0..1..1..1....0..1..1..1....0..0..1..1....1..0..1..1....1..0..1..1
..1..0..0..1....0..1..1..1....0..0..1..1....1..0..0..1....0..1..1..0
..0..0..1..1....0..1..1..1....0..0..1..1....0..0..1..1....1..0..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 23 2012
STATUS
approved