OFFSET
1,1
COMMENTS
Column 4 of A218842.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 7*a(n-1) + 5*a(n-2) + 24*a(n-3) - 9*a(n-4) + 9*a(n-5) for n>6.
Empirical g.f.: x*(7 + 8*x + 19*x^2 - 7*x^3 - x^4 + 3*x^5) / (1 - 7*x - 5*x^2 - 24*x^3 + 9*x^4 - 9*x^5). - Colin Barker, Mar 10 2018
EXAMPLE
Some solutions for n=3:
..0..0..0..0....1..1..0..0....1..0..0..0....1..1..0..0....1..0..0..1
..1..0..1..1....1..0..0..1....1..0..0..0....1..0..0..0....0..0..1..1
..1..1..0..0....1..0..0..0....0..0..1..1....1..0..1..1....1..1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 07 2012
STATUS
approved