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.

A006006 Weight distribution of [ 128,29,32 ] 2nd-order Reed-Muller code.

Original entry on oeis.org

1, 0, 0, 0, 10668, 0, 5291328, 112881664, 300503590, 112881664, 5291328, 0, 10668, 0, 0, 0, 1
Offset: 0

Views

Author

Keywords

Examples

			x^128+10668*x^96*y^32+5291328*x^80*y^48+112881664*x^72*y^56+300503590*x^64*y^64+112881664*x^56*y^72+5291328*x^48*y^80+10668*x^32*y^96+y^128
The weight distribution is:
i A_i
0 1
32 10668
48 5291328
56 112881664
64 300503590
72 112881664
80 5291328
96 10668
128 1
		

References

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

Programs

  • Magma
    R := ReedMullerCode(2,7); W := WeightEnumerator(R); W;