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!)
A040145 Primes p such that x^4 = 19 has a solution mod p. 2

%I #8 Sep 08 2022 08:44:53

%S 2,3,19,31,59,67,71,79,101,103,107,127,149,151,157,167,179,211,223,

%T 227,229,233,277,307,313,331,349,379,383,397,431,439,457,461,487,523,

%U 547,557,563,577,593,599,607,613

%N Primes p such that x^4 = 19 has a solution mod p.

%H Vincenzo Librandi, <a href="/A040145/b040145.txt">Table of n, a(n) for n = 1..1000</a>

%t ok [p_]:=Reduce[Mod[x^4 - 19, p]== 0, x, Integers]=!= False; Select[Prime[Range[180]], ok] (* _Vincenzo Librandi_, Sep 12 2012 *)

%o (Magma) [p: p in PrimesUpTo(800) | exists(t){x : x in ResidueClassRing(p) | x^4 eq 19}]; // _Vincenzo Librandi_, Sep 12 2012

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_.

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 10:41 EDT 2024. Contains 371967 sequences. (Running on oeis4.)