[go: up one dir, main page]

login
Search: a216738 -id:a216738
     Sort: relevance | references | number | modified | created      Format: long | short | data
Primes p such that x^14 = -2 has a solution mod p.
+10
2
2, 3, 11, 17, 19, 41, 59, 67, 73, 83, 89, 97, 107, 131, 137, 139, 163, 179, 193, 227, 233, 241, 251, 257, 283, 307, 313, 331, 347, 353, 401, 409, 419, 433, 443, 457, 467, 499, 521, 523, 563, 569, 571, 577, 587, 593, 601, 619, 641, 643, 673, 683, 691, 739, 761, 769, 787, 809, 811, 857, 859, 881, 907, 929, 937, 947, 953, 971, 977, 1019
OFFSET
1,1
COMMENTS
Complement of A216738 relative to A000040. - Vincenzo Librandi, Sep 16 2012
LINKS
MATHEMATICA
ok[p_]:= Reduce[Mod[x^14 + 2, p] == 0, x, Integers] =!= False; Select[Prime[Range[400]], ok] (* Vincenzo Librandi, Sep 15 2012 *)
PROG
(PARI) /* see A051071 */
(Magma) [p: p in PrimesUpTo(1030) | exists(t){x : x in ResidueClassRing(p) | x^14 eq - 2}]; // Vincenzo Librandi, Sep 15 2012
KEYWORD
nonn,easy
EXTENSIONS
More terms from Joerg Arndt, Jul 27 2011
STATUS
approved

Search completed in 0.007 seconds