OFFSET
0,6
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag.
F. J. MacWilliams and N. J. A. Sloane, The Theory of Error-Correcting Codes, Elsevier/North Holland, 1977.
EXAMPLE
Weight enumerator is x^11 + 132*x^6*y^5 + 132*x^5*y^6 + 330*x^3*y^8 + 110*x^2*y^9 + 24*y^11.
PROG
(Magma) K:=FiniteField(3); C:=GolayCode(K, false); W<x, y>:=WeightEnumerator(C); W;
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
N. J. A. Sloane, May 06 2005
STATUS
approved