OFFSET
1,1
COMMENTS
Column 2 of A220194.
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) + 8*a(n-3) + 2*a(n-4) + 16*a(n-5) + 2*a(n-6) + 6*a(n-7) for n>10.
Empirical g.f.: x*(2 + 2*x + 9*x^2 + 10*x^3 + 19*x^4 - 5*x^5 - 2*x^6 - 14*x^7 - 4*x^8 - 4*x^9) / (1 - 2*x - 2*x^2 - 8*x^3 - 2*x^4 - 16*x^5 - 2*x^6 - 6*x^7). - Colin Barker, Mar 13 2018
EXAMPLE
Some solutions for n=3:
..1..0....1..0....1..1....1..1....1..1....0..0....0..1....1..1....0..0....1..1
..0..0....1..1....0..1....1..1....1..1....0..0....1..1....1..1....1..1....0..1
..0..0....1..0....1..1....0..0....1..0....1..0....1..1....0..1....1..1....0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 07 2012
STATUS
approved