OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 8*a(n-1) - 25*a(n-2) + 35*a(n-3) - 7*a(n-4) - 49*a(n-5) + 77*a(n-6) - 55*a(n-7) + 20*a(n-8) - 3*a(n-9) for n>11.
Empirical g.f.: x*(290 - 792*x - 640*x^2 + 4658*x^3 - 7493*x^4 + 5116*x^5 - 228*x^6 - 1772*x^7 + 936*x^8 - 113*x^9 - 19*x^10) / ((1 - x)^7*(1 - x - 3*x^2)). - Colin Barker, Nov 24 2018
EXAMPLE
Some solutions for n=4:
..0..1..2....1..0..3....1..0..3....0..0..2....2..3..3....1..3..3....0..0..2
..0..0..0....1..0..3....1..0..3....0..0..0....0..0..0....0..0..0....0..0..2
..3..3..3....1..0..1....1..0..3....0..0..0....0..0..0....3..3..3....0..0..1
..0..0..0....1..0..0....2..0..1....1..0..0....1..0..0....0..0..0....0..0..0
..0..0..0....2..1..1....3..0..1....2..0..0....3..2..1....3..3..1....3..3..3
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 29 2014
STATUS
approved