OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + 8*a(n-3) - 8*a(n-4) for n>12.
Empirical g.f.: 2*x*(809 + 192*x + 84*x^2 - 5650*x^3 + 798*x^4 + 3584*x^5 - 96*x^6 + 208*x^7 + 96*x^8 + 96*x^9 - 96*x^10 - 32*x^11) / ((1 - x)*(1 - 2*x)*(1 + 2*x + 4*x^2)). - Colin Barker, Dec 01 2018
EXAMPLE
Some solutions for n=4:
..2..3..1..2..3..1....1..2..3..1..2..3....1..1..1..1..1..1....2..2..2..2..2..2
..2..2..2..2..2..2....1..1..1..1..1..1....3..1..2..3..1..2....2..3..1..2..0..1
..2..1..0..2..1..3....1..3..2..1..0..2....2..1..3..2..1..3....2..1..0..2..1..0
..2..3..1..2..0..1....1..2..3..1..2..3....1..1..1..1..1..1....2..2..2..2..2..2
..2..2..2..2..2..2....1..1..1..1..1..1....3..1..2..0..1..2....2..3..1..2..0..1
..2..3..3..2..1..3....1..0..2..1..3..2....2..1..3..2..1..0....2..1..0..2..1..3
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 12 2014
STATUS
approved