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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

Originally erroneously named "Primes that are not squares mod 62". - M. F. Hasler, Jan 18 2016

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..1000

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

Adjacent sequences: A191073 A191074 A191075 * A191077 A191078 A191079

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

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 February 26 12:57 EST 2023. Contains 360650 sequences. (Running on oeis4.)