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!)
A191081 Primes that are not squares mod 79. 1

%I #8 Sep 08 2022 08:45:57

%S 3,7,17,29,37,41,43,47,53,59,61,71,103,107,109,113,127,137,139,149,

%T 157,173,191,193,197,199,211,227,229,233,251,271,293,307,311,331,349,

%U 353,359,373,379,401,409,419,443,449,461,463,491,503,509,521,577,587

%N Primes that are not squares mod 79.

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

%t Select[Prime[Range[200]], JacobiSymbol[#,79]==-1&]

%o (Magma) [p: p in PrimesUpTo(587) | JacobiSymbol(p, 79) eq -1]; // _Vincenzo Librandi_, Sep 11 2012

%K nonn,easy

%O 1,1

%A _T. D. Noe_, May 25 2011

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 March 29 09:44 EDT 2024. Contains 371268 sequences. (Running on oeis4.)