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!)
A040068 Primes p such that x^3 = 14 has no solution mod p. 2
19, 31, 43, 61, 73, 97, 109, 127, 151, 163, 181, 199, 211, 229, 241, 271, 277, 283, 307, 313, 331, 337, 349, 367, 373, 397, 421, 433, 457, 463, 487, 499, 541, 547, 571, 601, 607, 613, 631, 643, 661, 673, 691 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A040067 relative to A000040. - Vincenzo Librandi, Sep 17 2012
LINKS
MATHEMATICA
ok[p_]:= Reduce[Mod[x^3 - 14, 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 14} ]; // Vincenzo Librandi, Sep 17 2012
CROSSREFS
Sequence in context: A157995 A043298 A286313 * A096787 A104006 A117065
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)