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”).
%I #12 Apr 17 2020 08:21:34
%S 2,3,4,5,6,11,15,16,19,23,32,48,112,127,147,187,203,240,320,335,432,
%T 471,515,775,887,1055,1131,1423
%N Numbers n such that x^n + x^8 + 1 is irreducible over GF(3).
%o (PARI) is(k) = polisirreducible(Mod(1, 3)*(x^k + x^8 + 2)); \\ _Jinyuan Wang_, Apr 15 2020
%Y Cf. A057478.
%K nonn,more
%O 1,1
%A _Robert G. Wilson v_, Dec 01 2000
%E a(26)-a(28) from _Jinyuan Wang_, Apr 15 2020