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!)
A191040 Primes p that have Kronecker symbol (p|62) = 1. 7
3, 7, 11, 13, 29, 37, 41, 43, 47, 53, 61, 71, 83, 97, 103, 113, 139, 179, 181, 191, 193, 197, 229, 233, 251, 257, 269, 277, 281, 311, 331, 347, 359, 389, 431, 439, 461, 479, 491, 499, 503, 509, 521, 523, 557, 571, 577, 587, 593, 599, 607, 613, 617, 619, 643 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Originally incorrectly named "primes which are squares (mod 62)", which is sequence A267481. - M. F. Hasler, Jan 15 2016
LINKS
MATHEMATICA
Select[Prime[Range[200]], JacobiSymbol[#, 62]==1&]
PROG
(Magma) [p: p in PrimesUpTo(643) | KroneckerSymbol(p, 62) eq 1]; // Vincenzo Librandi, Sep 11 2012
(PARI) select(p->kronecker(p, 62)==1&&isprime(p), [1..1000]) \\ This is to provide a generic characteristic function ("is_A191040") as 1st arg of select(), there are other ways to produce the sequence more efficiently. - M. F. Hasler, Jan 15 2016
CROSSREFS
Sequence in context: A193258 A114273 A173295 * A074336 A086475 A154832
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 25 2011
EXTENSIONS
Definition corrected (following an observation by David Broadhurst) by M. F. Hasler, Jan 15 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 April 18 10:01 EDT 2024. Contains 371779 sequences. (Running on oeis4.)