OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + 6*a(n-3) - 6*a(n-4) - 8*a(n-6) + 8*a(n-7) for n>14.
Empirical g.f.: 2*x*(832 - 216*x - 315*x^2 - 5028*x^3 + 1328*x^4 + 1988*x^5 + 7068*x^6 - 1676*x^7 - 2706*x^8 - 756*x^9 - 332*x^10 - 152*x^11 - 16*x^12 - 16*x^13) / ((1 - x)*(1 - 2*x^3)*(1 - 4*x^3)). - Colin Barker, Nov 30 2018
EXAMPLE
Some solutions for n=4:
..1..0..0..1....0..2..2..0....1..0..3..2....2..0..3..2....0..3..2..3
..2..1..1..2....2..3..3..2....1..1..2..2....2..3..3..2....3..3..2..0
..1..0..0..1....2..3..3..2....2..3..0..1....1..2..2..0....2..2..0..2
..1..0..0..1....0..2..2..1....1..0..3..2....2..3..3..2....3..3..2..3
..2..1..1..3....2..3..3..2....2..2..1..1....2..3..3..2....3..3..2..3
..1..0..0..1....2..3..0..1....1..3..0..2....0..2..2..1....2..2..0..2
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 10 2014
STATUS
approved