OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + 5*a(n-3) - 4*a(n-4) - 8*a(n-6) + 4*a(n-7) + 5*a(n-9) - a(n-10) -a(n-12) for n>16.
Empirical g.f.: x*(260 - 21*x + 3*x^2 - 1274*x^3 - 121*x^4 - 197*x^5 + 1786*x^6 + 546*x^7 + 551*x^8 - 661*x^9 - 268*x^10 - 203*x^11 + 47*x^12 + 30*x^13 + 8*x^14 + 4*x^15) / ((1 - x)*(1 + x + x^2)*(1 - x - x^3)*(1 - 3*x^3 + x^6)). - Colin Barker, Dec 02 2018
EXAMPLE
Some solutions for n=4:
..0..0..2..0....3..1..0..3....2..0..0..2....1..0..1..0....0..1..0..1
..1..1..0..1....1..0..1..0....0..1..1..0....0..1..0..1....1..0..1..0
..3..3..2..3....0..1..0..1....2..0..0..2....1..0..1..0....0..1..0..1
..0..0..2..0....1..0..1..0....2..0..0..2....0..1..0..1....1..0..1..0
..1..1..0..1....0..1..0..1....0..1..1..0....1..0..1..0....0..1..0..1
..3..3..2..3....1..0..1..3....2..3..3..2....3..1..0..3....3..0..1..3
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 16 2014
STATUS
approved