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.

A058203 Numbers n such that x^n + x^10 + 2 is irreducible over GF(3).

Original entry on oeis.org

12, 16, 40, 44, 64, 92, 112, 208, 400, 476, 568, 1528, 1916
Offset: 1

Views

Author

Robert G. Wilson v, Nov 29 2000

Keywords

Crossrefs

Cf. A057480.

Programs

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

Extensions

a(12)-a(13) from Jinyuan Wang, Apr 15 2020