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!)
A040070 Primes p such that x^3 = 15 has no solution mod p. 3
13, 19, 37, 43, 61, 73, 97, 103, 109, 127, 139, 151, 157, 163, 181, 193, 199, 211, 241, 271, 307, 313, 337, 349, 373, 379, 409, 421, 433, 439, 457, 487, 499, 523, 547, 577, 601, 607, 613, 619, 631, 661, 691, 709 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A040069 relative to A000040. - Vincenzo Librandi, Sep 17 2012
LINKS
MATHEMATICA
ok[p_]:= Reduce[Mod[x^3 - 15, 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 15} ]; // Vincenzo Librandi, Sep 17 2012
CROSSREFS
Sequence in context: A088186 A089490 A057749 * A322923 A048523 A307627
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 May 7 05:32 EDT 2024. Contains 372300 sequences. (Running on oeis4.)