OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 3*a(n-1) + 4*a(n-2) - 14*a(n-3) - 4*a(n-4) + 16*a(n-5).
Empirical g.f.: 8*x*(13 - 11*x - 75*x^2 + 26*x^3 + 104*x^4) / ((1 - 2*x)*(1 - 2*x^2)*(1 - x - 4*x^2)). - Colin Barker, Oct 16 2018
EXAMPLE
Some solutions for n=4:
0 2 4 0 4 0 2 4 2 2 0 2 1 2 1 2 4 0 4 0 4
4 3 2 1 2 1 4 3 4 1 2 1 3 1 3 3 2 1 2 1 2
0 2 4 0 4 0 0 2 0 2 0 2 2 3 2 4 0 2 4 0 4
2 1 0 1 2 1 1 0 1 1 2 1 4 2 4 3 2 1 3 2 3
4 0 2 2 0 2 2 4 2 3 1 3 3 4 3 4 0 2 1 3 1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 02 2014
STATUS
approved