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!)
A040158 Primes p such that x^4 = 23 has no solution mod p. 2
3, 5, 13, 17, 31, 37, 47, 53, 59, 61, 71, 73, 89, 97, 101, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 179, 181, 193, 211, 223, 229, 239, 241, 271, 281, 293, 307, 311, 313, 331, 337, 347, 353, 373, 389 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A040154 relative to A000040. - Vincenzo Librandi, Sep 18 2012
LINKS
MATHEMATICA
ok[p_]:= Reduce[Mod[x^4 - 23, p] == 0, x, Integers] == False; Select[Prime[Range[100]], ok] (* Vincenzo Librandi, Sep 18 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(500) | not exists{x : x in ResidueClassRing(p) | x^4 eq 23} ]; // Vincenzo Librandi, Sep 18 2012
CROSSREFS
Sequence in context: A060192 A065311 A206549 * A147490 A266234 A180008
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 19 09:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)