OFFSET
1,1
COMMENTS
Column 3 of A207368.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 2*a(n-1) + 2*a(n-2) - 6*a(n-3) + 6*a(n-5) - 2*a(n-6) - 2*a(n-7) + a(n-8).
Conjectures from Colin Barker, Feb 21 2018: (Start)
G.f.: x*(6 + 24*x + 6*x^2 + 9*x^3 + 6*x^4 - 2*x^5 - 2*x^6 + x^7)/ ((1 - x)^5*(1 + x)^3).
a(n) = (n^4 + 6*n^3 + 13*n^2 + 12*n + 4) / 4 for n even.
a(n) = (n^4 + 6*n^3 + 11*n^2 + 6*n) / 4 for n odd.
(End)
EXAMPLE
Some solutions for n=4:
..1..1..1....0..0..1....0..1..0....1..1..1....0..1..0....1..1..0....0..1..0
..1..1..1....0..1..0....1..1..0....1..1..1....1..1..0....0..0..1....0..1..0
..0..1..0....0..0..1....0..1..0....1..1..1....0..1..0....0..1..0....0..1..0
..0..1..0....0..1..0....0..1..0....1..1..1....1..0..0....0..0..1....0..1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 17 2012
STATUS
approved