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

A058237
Numbers n such that x^n + x^4 + 2 is irreducible over GF(3).
0
1, 2, 3, 5, 8, 9, 13, 16, 24, 29, 56, 120, 160, 216, 493, 1093
OFFSET
1,2
PROG
(PARI) is(k) = polisirreducible(Mod(1, 3)*(x^k + x^4 + 2)); \\ Jinyuan Wang, Apr 15 2020
CROSSREFS
Cf. A057463.
Sequence in context: A256656 A035422 A195896 * A251599 A270151 A009388
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Dec 01 2000
EXTENSIONS
a(16) from Jinyuan Wang, Apr 15 2020
STATUS
approved