login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A058240
Numbers n such that x^n + x^6 + 2 is irreducible over GF(3).
0
1, 5, 8, 13, 16, 25, 37, 80, 88, 112, 128, 296, 400, 601, 640, 656, 800, 2029
OFFSET
1,2
PROG
(PARI) is(k) = polisirreducible(Mod(1, 3)*(x^k + x^6 + 2)); \\ Jinyuan Wang, Apr 15 2020
CROSSREFS
Cf. A057476.
Sequence in context: A314423 A314424 A314425 * A097268 A226696 A285973
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Dec 01 2000
EXTENSIONS
a(18) from Jinyuan Wang, Apr 15 2020
STATUS
approved