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!)
A059350 Primes p such that x^38 = 2 has no solution mod p. 3
3, 5, 11, 13, 19, 29, 37, 43, 53, 59, 61, 67, 83, 101, 107, 109, 131, 139, 149, 157, 163, 173, 179, 181, 191, 197, 211, 227, 229, 251, 269, 277, 283, 293, 307, 317, 331, 347, 349, 373, 379, 389, 397, 419, 421, 443, 457, 461, 467, 491, 499, 509, 523, 541, 547 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A049570 relative to A000040.
LINKS
MATHEMATICA
ok[p_] := Reduce[Mod[x^38 - 2, p] == 0, x, Integers] == False; Select[Prime[Range[120]], ok] (* Vincenzo Librandi, Sep 20 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(550) | not exists{x : x in ResidueClassRing(p) | x^38 eq 2}]; // Vincenzo Librandi, Sep 20 2012
CROSSREFS
Sequence in context: A059265 A059314 A059336 * A059644 A059646 A319041
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Jan 27 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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)