OFFSET
0,3
REFERENCES
M. Klemm, Selbstduale Codes ueber dem Ring der ganzen Zahlen modulo 4, Arch. Math. (Basel), 53 (1989), 201-207.
LINKS
G. C. Greubel, 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.
A. R. Calderbank and N. J. A. Sloane, Double circulant codes over Z_4, J. Algeb. Combin., 6 (1997) 119-131 (Abstract, pdf, ps).
Index entries for linear recurrences with constant coefficients, signature (2,0,-2,2,-2,0,2,-1).
FORMULA
G.f.: (x^2-x+1)*(1+x^4) / ( (x^2+1)*(1+x)^2*(x-1)^4 ). - R. J. Mathar, Dec 18 2014
MATHEMATICA
CoefficientList[Series[(x^2 - x + 1)*(1 + x^4)/((x^2 + 1)*(1 + x)^2*(x - 1)^4), {x, 0, 50}], x] (* G. C. Greubel, Sep 10 2018 *)
PROG
(PARI) x='x+O('x^50); Vec((x^2-x+1)*(1+x^4)/((x^2+1)*(1+x)^2*(x-1)^4)) \\ G. C. Greubel, Sep 10 2018
(Magma) m:=50; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((x^2-x+1)*(1+x^4)/((x^2+1)*(1+x)^2*(x-1)^4))); // G. C. Greubel, Sep 10 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition corrected by N. J. A. Sloane, Apr 08 2004
STATUS
approved