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.

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

Original entry on oeis.org

9, 15, 39, 105, 119, 153, 177, 209, 3143, 13169, 19833, 33567, 53129, 64439, 88871, 109865, 122945, 138543
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

Cf. A002475.

Programs

  • PARI
    is(k) = polisirreducible(Mod(1, 2)*(x^k + x^8 + 1)); \\ Jinyuan Wang, Apr 15 2020

Extensions

a(9) from Jinyuan Wang, Apr 15 2020
a(10)-a(18) from Lucas A. Brown, Nov 28 2022