OFFSET
1,1
COMMENTS
Column 3 of A219142.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..106
FORMULA
Empirical: a(n) = 4*a(n-1) + a(n-2) + a(n-3) - 12*a(n-5) - 10*a(n-6) + 2*a(n-7) + 4*a(n-8).
Empirical g.f.: x*(4 + 2*x + 2*x^2 - 3*x^3 - 20*x^4 - 12*x^5 + 6*x^6 + 4*x^7) / (1 - 4*x - x^2 - x^3 + 12*x^5 + 10*x^6 - 2*x^7 - 4*x^8). - Colin Barker, Jul 25 2018
EXAMPLE
Some solutions for n=3:
..0..0..0....1..0..0....0..0..0....0..0..0....0..0..1....0..0..0....0..0..1
..1..0..1....1..0..1....0..0..1....0..1..0....0..0..1....0..0..0....1..0..0
..0..0..0....1..1..1....1..0..0....1..1..1....0..0..0....0..0..1....0..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 12 2012
STATUS
approved