OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 9*a(n-1) + 16*a(n-2) - 50*a(n-3) - 72*a(n-4) - 32*a(n-5) - 32*a(n-6) for n>8.
Empirical g.f.: x*(5 + 2*x - 43*x^2 - 25*x^3 + 42*x^4 + 34*x^5 + 32*x^6 + 16*x^7) / (1 - 9*x - 16*x^2 + 50*x^3 + 72*x^4 + 32*x^5 + 32*x^6). - Colin Barker, Oct 30 2018
EXAMPLE
Some solutions for n=4:
..0..1..0..2....0..1..0..0....0..1..2..0....0..1..0..2....0..1..1..2
..2..1..1..2....1..2..0..0....0..1..0..1....0..0..1..2....0..1..1..2
..2..1..1..0....2..0..1..2....1..2..0..2....2..0..1..2....2..1..2..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 20 2014
STATUS
approved