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!)
A042969 Primes p such that x^7 = 3 has no solution mod p. 3
29, 43, 71, 113, 127, 197, 211, 239, 281, 337, 379, 421, 449, 463, 491, 547, 617, 631, 659, 673, 701, 743, 827, 911, 953, 967, 1009, 1051, 1093, 1163, 1303, 1373, 1429, 1471, 1499, 1667, 1709, 1723, 1933, 2003, 2017, 2087, 2129, 2143 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A216881 relative to A000040. - Vincenzo Librandi, Sep 19 2012
LINKS
MATHEMATICA
ok[p_]:= Reduce[Mod[x^7 - 3, p] == 0, x, Integers] == False; Select[Prime[Range[800]], ok] (* Vincenzo Librandi, Sep 19 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(2500) | not exists{x : x in ResidueClassRing(p) | x^7 eq 3} ]; // Vincenzo Librandi, Sep 19 2012
CROSSREFS
Sequence in context: A173967 A004619 A140444 * A042967 A061638 A136062
KEYWORD
nonn,easy
AUTHOR
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 April 25 10:47 EDT 2024. Contains 371967 sequences. (Running on oeis4.)