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!)
A040122 Primes p such that x^4 = 11 has a solution mod p. 2
2, 5, 7, 11, 19, 43, 79, 83, 89, 107, 127, 131, 139, 151, 157, 167, 211, 227, 239, 257, 263, 271, 283, 307, 313, 317, 347, 353, 359, 389, 397, 421, 431, 439, 449, 479, 491, 503, 523, 547, 563, 571, 607, 641, 659 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
ok [p_]:=Reduce[Mod[x^4 - 11, p]== 0, x, Integers]=!= False; Select[Prime[Range[180]], ok] (* Vincenzo Librandi, Sep 12 2012 *)
PROG
(Magma) [p: p in PrimesUpTo(800) | exists(t){x : x in ResidueClassRing(p) | x^4 eq 11}]; // Vincenzo Librandi, Sep 12 2012
CROSSREFS
Sequence in context: A338345 A252282 A337497 * A318207 A038955 A172981
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 18 11:29 EDT 2024. Contains 371779 sequences. (Running on oeis4.)