cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A105683 Weight distribution of [12,6,6]_3 ternary extended Golay code.

Original entry on oeis.org

1, 0, 264, 440, 24
Offset: 0

Views

Author

N. J. A. Sloane, May 06 2005

Keywords

Examples

			Weight enumerator is x^12 + 264*x^6*y^6 + 440*x^3*y^9 + 24*y^12.
		

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.

Crossrefs

Programs

  • Magma
    K:=FiniteField(3); C:=GolayCode(K,true); W:=WeightEnumerator(C); W;