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.

A057460 Numbers k such that x^k + x^2 + 1 is irreducible over GF(2).

Original entry on oeis.org

1, 3, 5, 11, 21, 29, 35, 93, 123, 333, 845, 4125, 10437, 10469, 14211, 20307, 34115, 47283, 50621, 57341, 70331, 80141
Offset: 1

Views

Author

Robert G. Wilson v, Sep 27 2000

Keywords

Comments

Any subsequent terms are > 300000. - Lucas A. Brown, Nov 28 2022

Crossrefs

Programs

  • PARI
    isok(n) = polisirreducible(Mod(1,2)*(x^n + x^2 + 1)); \\ Michel Marcus, Aug 23 2015

Extensions

Confirmed by Richard P. Brent, Sep 05 2002
a(21) and a(22) from Lucas A. Brown, Nov 28 2022