OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 14*a(n-1) + 54*a(n-2) + 82*a(n-3) - 14*a(n-4) - 54*a(n-5) - 81*a(n-6).
Empirical g.f.: x*(2 - x - 24*x^2 - 97*x^3 - 154*x^4 - 170*x^5) / ((1 - x)*(1 + x + x^2)*(1 - 14*x - 54*x^2 - 81*x^3)). - Colin Barker, Oct 29 2018
EXAMPLE
Some solutions for n=4:
..0..1..2....0..1..0....0..1..2....0..1..0....0..1..0....0..1..0....0..1..2
..1..0..0....1..0..2....1..0..1....2..0..2....1..2..1....2..2..3....2..0..3
..0..0..0....3..3..0....3..1..3....1..1..3....0..1..3....2..2..0....1..3..1
..0..0..3....3..3..1....0..2..0....1..1..2....2..3..0....3..0..2....2..1..3
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 09 2014
STATUS
approved