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!)
A040096 Primes p such that x^3 = 23 has no solution mod p. 2
7, 13, 19, 43, 67, 73, 79, 97, 127, 151, 181, 199, 223, 229, 277, 283, 307, 331, 337, 349, 367, 397, 409, 421, 433, 439, 457, 487, 499, 523, 541, 547, 577, 601, 607, 619, 631, 643, 661, 691, 709, 733, 739, 751 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A040095 relative to A000040. - Vincenzo Librandi, Sep 17 2012
LINKS
MATHEMATICA
ok[p_]:= Reduce[Mod[x^3 - 23, 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 23} ]; // Vincenzo Librandi, Sep 17 2012
CROSSREFS
Sequence in context: A058383 A005471 A249381 * A358322 A181938 A073648
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 24 06:39 EDT 2024. Contains 371920 sequences. (Running on oeis4.)