OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) + a(n-4) - 2*a(n-5) + 2*a(n-6) - 2*a(n-7) + a(n-8) for n>11.
Empirical g.f.: x*(2052 - 4533*x + 3758*x^2 - 1090*x^3 - 2523*x^4 + 3494*x^5 - 3158*x^6 + 3203*x^7 - 1110*x^8 - 115*x^9 - 4*x^10) / ((1 - x)^2*(1 + x)*(1 - x + x^2)*(1 - x - x^3)). - Colin Barker, Sep 03 2018
EXAMPLE
Some solutions for n=2:
1 1 0 2 1 1 2 0 1 2 2 0 0 0 0 0 1 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 2
0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1
0 1 1 0 0 0 0 0 0 2 0 1 1 2 2 1 0 0 0 0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 16 2013
STATUS
approved