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.

Showing 1-3 of 3 results.

A001380 Weight distribution of binary Golay code of length 24.

Original entry on oeis.org

1, 0, 759, 2576, 759, 0, 1
Offset: 0

Views

Author

Keywords

Examples

			The weight enumerator is x^24+759*x^16*y^8+2576*x^12*y^12+759*x^8*y^16+y^24.
		

References

  • J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 84.
  • W. Ebeling, Lattices and Codes, Vieweg; 2nd ed., 2002, see p. 71.
  • F. J. MacWilliams and N. J. A. Sloane, The Theory of Error-Correcting Codes, Elsevier-North Holland, 1978, p. 67.

Crossrefs

Programs

  • Maple
    g24 := x^24+759*x^16*y^8+759*x^8*y^16+2576*x^12*y^12+y^24; e8 := x^8+14*x^4*y^4+y^8; d:=n->x^(n mod 2)*(1/2)*( (x^2+y^2)^floor((n)/2)+(x^2-y^2)^floor((n)/2));

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;

A105684 Weight distribution of [11,6,5]_3 ternary Golay perfect code.

Original entry on oeis.org

1, 0, 0, 0, 0, 132, 132, 0, 330, 110, 0, 24
Offset: 0

Views

Author

N. J. A. Sloane, May 06 2005

Keywords

Examples

			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.
		

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,false); W:=WeightEnumerator(C); W;
Showing 1-3 of 3 results.