OFFSET
1,1
COMMENTS
Column 2 of A207442.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 4*a(n-1) - 2*a(n-2) - 6*a(n-3) + 4*a(n-4) + 2*a(n-5) - a(n-6) for n > 7.
Empirical g.f.: x*(4 - 20*x^2 - 7*x^3 + 24*x^4 + 6*x^5 - 5*x^6) / ((1 - x)*(1 + x)*(1 - 3*x + x^2)*(1 - x - x^2)). - Colin Barker, Feb 17 2018
Empirical: a(n) = 1 - 2*A033999(n)/5 +2*A000045(n+2) +7*A001906(n+1)/5 -3*A001906(n)/5 for n>1. - R. J. Mathar, Nov 09 2018
EXAMPLE
Some solutions for n=4:
1 0 0 1 0 1 1 1 0 0 0 0 1 0 1 1 1 1 0 1
0 1 1 0 1 1 1 1 1 0 0 1 1 1 1 1 0 0 1 0
1 1 0 1 1 0 1 1 1 0 0 0 1 1 1 1 1 1 1 1
1 0 1 1 1 1 1 1 0 0 0 1 1 1 0 0 0 0 1 0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 17 2012
STATUS
approved