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.

A109141 G.f.: fourth root of Hamming weight enumerator of [12,6,6]_3 ternary extended Golay code (cf. A105683).

Original entry on oeis.org

1, 0, 66, 110, -6528, -21780, 986898, 5029200, -173972160, -1211972300, 33051614904, 297628438800, -6538730283946, -73793338948560, 1321581552446628, 18387553507364580, -269415270699505128, -4592418987961074600, 54819166320379762180, 1147693439998612940400
Offset: 0

Views

Author

N. J. A. Sloane and Nadia Heninger, Aug 18 2005

Keywords

Examples

			1+66*x^2+110*x^3-6528*x^4-21780*x^5+986898*x^6+5029200*x^7-...
		

A105676 Highest minimal Hamming distance of any Type 3 ternary self-dual code of length 4n.

Original entry on oeis.org

3, 3, 6, 6, 6, 9, 9, 9, 12, 12, 12, 15, 15, 15, 18, 18
Offset: 1

Views

Author

N. J. A. Sloane, May 06 2005

Keywords

Examples

			The [12,6,6]_3 ternary Golay code has d=6, so a(3) = 6.
		

References

  • F. J. MacWilliams and N. J. A. Sloane, The Theory of Error-Correcting Codes, Elsevier/North Holland, 1977.

Crossrefs

Extensions

The sequence continues: a(17) = either 15 or 18, a(18) = 18, ...

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.