OFFSET
1,3
COMMENTS
Column 4 of A196017.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..200
FORMULA
Empirical: a(n) = a(n-1) +2*a(n-2) +4*a(n-3) -a(n-4) -4*a(n-5) -2*a(n-6) -3*a(n-7) -3*a(n-8) +a(n-10) for n>14.
Empirical g.f.: x*(1 + 4*x^2 + 12*x^3 - 15*x^4 - 9*x^5 - x^6 - 8*x^7 + x^8 - 3*x^9 + 2*x^10+ 6*x^11 + 2*x^12 - 2*x^13) / (1 - x - 2*x^2 - 4*x^3 + x^4 + 4*x^5 + 2*x^6 + 3*x^7 + 3*x^8 - x^10). - Colin Barker, May 08 2018
EXAMPLE
Some solutions for n=5:
..2..3..3..2....2..2..3..2....2..3..2..2....2..2..2..0....2..2..3..2
..3..4..4..3....2..0..3..3....2..3..0..2....2..0..3..2....2..0..3..3
..3..4..3..3....3..3..3..3....0..3..2..3....3..3..4..3....3..3..3..3
..3..3..0..2....2..3..0..2....2..3..0..2....3..4..4..3....3..3..0..2
..2..3..2..2....0..2..2..2....2..3..2..2....2..3..3..2....2..3..2..2
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Sep 26 2011
STATUS
approved