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”).

A058238
Numbers n such that x^n + x^5 + 2 is irreducible over GF(3).
0
4, 6, 8, 20, 22, 32, 46, 56, 104, 200, 238, 284, 764, 958, 1820
OFFSET
1,1
PROG
(PARI) is(k) = polisirreducible(Mod(1, 3)*(x^k + x^5 + 2)); \\ Jinyuan Wang, Apr 15 2020
CROSSREFS
Sequence in context: A247280 A226237 A114315 * A191697 A073437 A019196
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Dec 01 2000
EXTENSIONS
a(15) from Jinyuan Wang, Apr 15 2020
STATUS
approved