|
|
A040985
|
|
Primes p such that x^5 = 20 has no solution mod p.
|
|
2
|
|
|
11, 31, 41, 61, 101, 131, 151, 181, 191, 211, 241, 271, 281, 331, 431, 491, 521, 541, 571, 601, 631, 751, 761, 811, 821, 881, 911, 941, 971, 991, 1021, 1031, 1061, 1091, 1151, 1181, 1201, 1231, 1291, 1301, 1321, 1361, 1451, 1481
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
|
|
LINKS
|
|
|
MATHEMATICA
|
ok[p_]:= Reduce[Mod[x^5 - 20, p] == 0, x, Integers] == False; Select[Prime[Range[300]], ok] (* Vincenzo Librandi, Sep 19 2012 *)
|
|
PROG
|
(Magma) [p: p in PrimesUpTo(1500) | not exists{x : x in ResidueClassRing(p) | x^5 eq 20} ]; // Vincenzo Librandi, Sep 19 2012
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|