OFFSET
0,5
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..1000
G. Nebe, E. M. Rains and N. J. A. Sloane, Self-Dual Codes and Invariant Theory, Springer, Berlin, 2006.
Index entries for linear recurrences with constant coefficients, signature (1,0,0,1,-1,0,0,1,-1,0,0,0,0,0,0,-1,1,0,0,-1,1,0,0,1,-1).
FORMULA
a(n) ~ 1/1152*n^3. - Ralf Stephan, Apr 29 2014
G.f.: ( 1-x^6+x^12 ) / ( (1+x+x^2)*(1-x+x^2)*(x^4+1)*(x^2+1)^2*(1+x)^3*(x-1)^4 ). - R. J. Mathar, Dec 18 2014
MATHEMATICA
CoefficientList[Series[(1+x^18)/((1-x)(1-x^4)(1-x^8)(1-x^12)), {x, 0, 100}], x] (* Harvey P. Dale, Dec 24 2019 *)
PROG
(PARI) a(n)=round((2*n^3+(21+3*(-1)^n)*n^2+(447+21*(-1)^n+108*(-1)^(n\2))*n+1393+223*(-1)^n)/2304) \\ Tani Akinari, May 30 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 09 2004
STATUS
approved