login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A191076
Primes p that have Kronecker symbol (p|62) = -1.
1
5, 17, 19, 23, 59, 67, 73, 79, 89, 101, 107, 109, 127, 131, 137, 149, 151, 157, 163, 167, 173, 199, 211, 223, 227, 239, 241, 263, 271, 283, 293, 307, 313, 317, 337, 349, 353, 367, 373, 379, 383, 397, 401, 409, 419, 421, 433, 443, 449, 457, 463, 467, 487, 541
OFFSET
1,1
COMMENTS
Originally erroneously named "Primes that are not squares mod 62". - M. F. Hasler, Jan 18 2016
LINKS
MATHEMATICA
Select[Prime[Range[200]], JacobiSymbol[#, 62]==-1&]
PROG
(Magma) [p: p in PrimesUpTo(541) | KroneckerSymbol(p, 62) eq -1]; // Vincenzo Librandi, Sep 11 2012
CROSSREFS
Sequence in context: A040153 A038896 A117382 * A166685 A167915 A019373
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 25 2011
EXTENSIONS
Definition corrected, following a suggestion from David Broadhurst, by M. F. Hasler, Jan 18 2016
STATUS
approved