OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + 3*a(n-3) + a(n-4) + 2*a(n-5) + 12*a(n-8) - 4*a(n-9) - 4*a(n-11) - 4*a(n-12) for n>13.
Empirical g.f.: x*(34 + 15*x + 54*x^2 + 28*x^4 + 60*x^6 + 108*x^7 - 180*x^8 - 24*x^9 - 96*x^10 - 40*x^11 + 24*x^12) / (1 - x - 3*x^3 - x^4 - 2*x^5 - 12*x^8 + 4*x^9 + 4*x^11 + 4*x^12). - Colin Barker, Dec 29 2018
EXAMPLE
Some solutions for n=4:
..0..0..0....0..0..0....0..1..0....0..0..1....0..0..0....0..1..0....0..1..0
..0..0..1....0..0..1....1..0..0....0..0..0....0..0..0....0..1..0....0..0..0
..0..0..0....0..0..0....0..1..0....0..0..0....0..0..0....0..0..0....0..0..0
..0..0..0....1..0..1....1..0..1....0..0..0....0..1..0....0..0..0....0..0..0
..0..1..0....0..1..0....0..0..0....0..0..1....0..0..1....0..1..0....0..1..0
..0..0..0....0..0..1....1..0..0....0..0..0....0..1..0....1..0..0....1..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 26 2015
STATUS
approved