The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A059639 Primes p such that x^50 = 2 has no solution mod p. 2
3, 5, 11, 13, 19, 29, 31, 37, 41, 43, 53, 59, 61, 67, 71, 83, 101, 107, 109, 131, 139, 149, 151, 157, 163, 173, 179, 181, 191, 197, 211, 227, 229, 251, 269, 271, 277, 281, 283, 293, 307, 311, 317, 331, 347, 349, 373, 379, 389, 397, 401, 419, 421, 443, 461, 467 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A049582 relative to A000040.
LINKS
MATHEMATICA
ok[p_] := Reduce[Mod[x^50 - 2, p] == 0, x, Integers] == False; Select[Prime[Range[100]], ok] (* Vincenzo Librandi, Sep 21 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(500) | not exists{x: x in ResidueClassRing(p) | x^50 eq 2}]; // Vincenzo Librandi, Sep 21 2012
CROSSREFS
Sequence in context: A023209 A020609 A151917 * A059263 A066652 A165354
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Feb 02 2001
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 June 11 17:16 EDT 2024. Contains 373315 sequences. (Running on oeis4.)