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.

A011662 A binary m-sequence: expansion of reciprocal of x^5 + x^2 + 1.

Original entry on oeis.org

0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1, 1
Offset: 0

Views

Author

Keywords

Comments

The auxiliary sequence with o.g.f. x^4/(1 + x^2 + x^5) can be obtained by deleting the first term in A088002 and flipping all signs. - R. J. Mathar, May 26 2008
Period 31: repeat 0,0,0,0,1,0,1,0,1,1,1,0,1,1,0,0,0,1,1,1,1,1,0,0,1,1,0,1,0,0,1. - Ralf Stephan, Aug 05 2013

References

  • S. W. Golomb, Shift-Register Sequences, Holden-Day, San Francisco, 1967.
  • H. D. Lueke, Korrelationssignale, Springer 1992, pp. 43-48.
  • F. J. MacWilliams and N. J. A. Sloane, The Theory of Error-Correcting Codes, Elsevier/North Holland, 1978, p. 408.

Programs

  • Mathematica
    Join[Table[0, 4], Mod[CoefficientList[1/(x^5 + x^2 + 1) + O[x]^77, x], 2]] (* Jean-François Alcover, Feb 23 2018 *)