OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + 2*a(n-2) + 5*a(n-3) - 7*a(n-4) - 12*a(n-5) + 6*a(n-6) + 6*a(n-7) for n>14.
Empirical g.f.: 2*x*(188 + 36*x - 231*x^2 - 1133*x^3 + 25*x^4 + 1610*x^5 + 60*x^6 - 494*x^7 - 40*x^8 + 12*x^9 + 40*x^10 + 6*x^11 - 18*x^12 - 6*x^13) / ((1 - x)*(1 + x)*(1 - x - x^2)*(1 - 6*x^3)). - Colin Barker, Nov 30 2018
EXAMPLE
Some solutions for n=4:
..1..1..1....0..2..1....2..3..1....1..1..1....1..2..0....1..1..1....0..1..2
..2..2..2....1..0..2....1..2..3....2..2..2....2..3..1....3..0..0....1..2..0
..3..0..0....2..1..3....0..1..2....3..3..0....0..1..2....2..2..2....2..3..1
..1..1..1....0..2..1....2..3..1....1..1..1....1..2..0....1..1..1....0..1..2
..2..2..2....1..3..2....1..2..0....2..2..2....2..0..1....0..0..3....1..2..0
..3..3..0....2..1..3....0..1..2....3..0..0....3..1..2....2..2..2....2..3..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 06 2014
STATUS
approved