login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086339 Irreducible trinomials of prime degree for some k: x^p + x^k + 1 is irreducible over GF(5) for at least one k, p>k>0. 0
2, 3, 7, 11, 13, 17, 19, 23, 29, 31, 41, 43, 59, 61, 79, 83, 89, 101, 107, 139, 149, 151, 163, 167, 179, 223, 227, 229, 277, 281, 283, 331, 347, 353, 379 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Do[ k = 1; While[ ToString[ Factor[ x^Prime[n] + x^k + 1, Modulus -> 5]] != ToString[ x^Prime[n] + x^k + 1] && k < (Prime[n] + 1)/2, k++ ]; If[k != (Prime[n] + 1)/2, Print[ Prime[n]]], {n, 1, 75}]
CROSSREFS
Cf. A057751.
Sequence in context: A075235 A020634 A173555 * A333364 A332787 A181173
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Sep 01 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)