login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

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

%I #13 Apr 17 2020 07:50:35

%S 12,16,40,44,64,92,112,208,400,476,568,1528,1916

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

%o (PARI) is(k) = polisirreducible(Mod(1, 3)*(x^k + x^10 + 2)); \\ _Jinyuan Wang_, Apr 15 2020

%Y Cf. A057480.

%K nonn,more

%O 1,1

%A _Robert G. Wilson v_, Nov 29 2000

%E a(12)-a(13) from _Jinyuan Wang_, Apr 15 2020