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.

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

Original entry on oeis.org

3, 7, 33, 111, 279, 511, 1047, 1239, 8119, 15727, 16153, 22617, 38407
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^10 + 1)); \\ Jinyuan Wang, Apr 15 2020

Extensions

a(7)-a(8) from Jinyuan Wang, Apr 15 2020
a(9)-a(13) from Lucas A. Brown, Nov 28 2022