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!)
A040146 Primes p such that x^4 = 19 has no solution mod p. 1
5, 7, 11, 13, 17, 23, 29, 37, 41, 43, 47, 53, 61, 73, 83, 89, 97, 109, 113, 131, 137, 139, 163, 173, 181, 191, 193, 197, 199, 239, 241, 251, 257, 263, 269, 271, 281, 283, 293, 311, 317, 337, 347, 353, 359, 367, 373 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A040145 relative to A000040. - Vincenzo Librandi, Sep 18 2012
LINKS
MATHEMATICA
ok[p_]:= Reduce[Mod[x^4 - 19, 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 19} ]; // Vincenzo Librandi, Sep 18 2012
CROSSREFS
Sequence in context: A290507 A139812 A180951 * A243593 A015914 A023201
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)