login
A057460
Numbers k such that x^k + x^2 + 1 is irreducible over GF(2).
5
1, 3, 5, 11, 21, 29, 35, 93, 123, 333, 845, 4125, 10437, 10469, 14211, 20307, 34115, 47283, 50621, 57341, 70331, 80141
OFFSET
1,2
COMMENTS
Any subsequent terms are > 300000. - Lucas A. Brown, Nov 28 2022
LINKS
I. F. Blake, S. Gao and R. J. Lambert, Constructive problems for irreducible polynomials over finite fields, in Information Theory and Applications, LNCS 793, Springer-Verlag, Berlin, 1994, 1-23, See Table 2.
Lucas A. Brown, Python program.
Lucas A. Brown, Sage program.
H. Fredricksen, R. Wisniewski, On trinomials x^n + x^2 + 1 and x^{8l+-1} + x^k + 1 irreducible overGF(2), Inform. and Control 50 (1981), no. 1, 58--63. MR0665139 (84i:12013). Gives first 20 terms.
PROG
(PARI) isok(n) = polisirreducible(Mod(1, 2)*(x^n + x^2 + 1)); \\ Michel Marcus, Aug 23 2015
CROSSREFS
Sequence in context: A281318 A082713 A074710 * A269112 A093328 A045515
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Sep 27 2000
EXTENSIONS
Confirmed by Richard P. Brent, Sep 05 2002
a(21) and a(22) from Lucas A. Brown, Nov 28 2022
STATUS
approved