OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 6*a(n-1) - 6*a(n-2) - 15*a(n-3) + 14*a(n-4) + 12*a(n-5).
Empirical g.f.: x*(37 - 67*x - 109*x^2 + 138*x^3 + 108*x^4) / ((1 - 3*x)*(1 - x - x^2)*(1 - 2*x - 4*x^2)). - Colin Barker, Nov 23 2018
EXAMPLE
Some solutions for n=4:
0 1 1 2 0 0 1 0 0 0 0 1 0 2 0 1 0 0 0 2
0 1 1 2 0 0 1 1 1 1 1 0 1 1 2 0 1 1 2 0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 28 2014
STATUS
approved