OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 6*a(n-1) - 11*a(n-2) + 6*a(n-3) for n>9.
Empirical: a(n) = 400*3^(n-3) + 1386*2^(n-1) + 6794 for n>6.
Empirical g.f.: x*(8501 - 41352*x + 49115*x^2 - 6505*x^3 + 6686*x^4 - 900*x^5 - 1510*x^6 - 393*x^7 - 54*x^8) / ((1 - x)*(1 - 2*x)*(1 - 3*x)). - Colin Barker, Dec 16 2018
EXAMPLE
Some solutions for n=4:
..2..1..1..1..2....1..0..1..0..0....2..2..2..2..2....1..1..1..1..0
..1..0..0..0..1....1..0..1..0..0....2..2..2..2..2....1..1..1..1..0
..1..0..0..0..1....2..1..2..1..1....2..2..2..2..2....2..2..2..2..1
..2..1..1..1..2....1..0..1..0..0....0..0..0..0..0....1..1..1..1..0
..1..0..0..0..1....2..1..2..1..1....1..1..1..1..1....2..2..2..2..1
..1..0..0..0..1....1..0..1..0..1....1..1..1..1..1....0..0..0..0..2
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 02 2015
STATUS
approved