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

A057482
Numbers n such that x^n + x^12 + 1 is irreducible over GF(2).
2
3, 5, 7, 9, 17, 49, 97, 257, 425, 895, 1385, 4807, 11303, 25175, 103943, 104975, 161993, 282455
OFFSET
1,1
COMMENTS
Any subsequent terms are > 300000.
LINKS
Lucas A. Brown, Python program.
Lucas A. Brown, Sage program.
PROG
(PARI) is(k) = polisirreducible(Mod(1, 2)*(x^k + x^12 + 1)); \\ Jinyuan Wang, Apr 15 2020
CROSSREFS
Cf. A002475.
Sequence in context: A220221 A212292 A270837 * A114136 A025072 A369612
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Sep 27 2000
EXTENSIONS
a(10)-a(11) from Jinyuan Wang, Apr 15 2020
a(12)-a(18) from Lucas A. Brown, Nov 29 2022
STATUS
approved