[go: up one dir, main page]

login
Search: a040085 -id:a040085
     Sort: relevance | references | number | modified | created      Format: long | short | data
Primes p such that x^3 = 20 has no solution mod p.
+10
2
13, 31, 37, 43, 67, 73, 79, 103, 109, 139, 157, 163, 181, 199, 211, 223, 229, 241, 271, 277, 283, 307, 313, 331, 337, 349, 367, 379, 397, 409, 421, 433, 439, 463, 487, 499, 547, 601, 607, 613, 631, 661, 673, 727
OFFSET
1,1
COMMENTS
Complement of A040085 relative to A000040. - Vincenzo Librandi, Sep 17 2012
LINKS
MATHEMATICA
ok[p_]:= Reduce[Mod[x^3 - 20, p] == 0, x, Integers] == False; Select[Prime[Range[200]], ok] (* Vincenzo Librandi, Sep 17 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(1000) | not exists{x : x in ResidueClassRing(p) | x^3 eq 20} ]; // Vincenzo Librandi, Sep 17 2012
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Search completed in 0.008 seconds