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!)
A191058 Primes that are squares mod 97. 1

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

%S 2,3,11,31,43,47,53,61,73,79,89,101,103,109,113,151,163,167,191,193,

%T 197,227,229,241,269,283,293,307,313,353,379,389,397,419,421,431,449,

%U 461,463,467,479,487,491,503,509,521,547,557,571,593,607,613,617,631

%N Primes that are squares mod 97.

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

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

%o (Magma) [p: p in PrimesUpTo(631) | JacobiSymbol(p, 97) eq 1]; // _Vincenzo Librandi_, Sep 10 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 April 16 01:40 EDT 2024. Contains 371696 sequences. (Running on oeis4.)