The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A040123 Primes p such that x^4 = 11 has no solution mod p. 1
3, 13, 17, 23, 29, 31, 37, 41, 47, 53, 59, 61, 67, 71, 73, 97, 101, 103, 109, 113, 137, 149, 163, 173, 179, 181, 191, 193, 197, 199, 223, 229, 233, 241, 251, 269, 277, 281, 293, 311, 331, 337, 349, 367, 373, 379 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A040122 relative to A000040. - Vincenzo Librandi, Sep 17 2012
LINKS
MATHEMATICA
ok[p_]:= Reduce[Mod[x^4 - 11, p] == 0, x, Integers] == False; Select[Prime[Range[100]], ok] (* Vincenzo Librandi, Sep 17 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(500) | not exists{x : x in ResidueClassRing(p) | x^4 eq 11} ]; // Vincenzo Librandi, Sep 17 2012
CROSSREFS
Sequence in context: A038956 A309291 A343123 * A296936 A038883 A141188
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 13 05:55 EDT 2024. Contains 372498 sequences. (Running on oeis4.)