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!)
A191029 Primes p with Jacobi symbol (p|39) = 1. 13
2, 5, 11, 41, 43, 47, 59, 61, 71, 79, 83, 89, 103, 127, 137, 139, 149, 157, 167, 181, 197, 199, 211, 227, 239, 277, 281, 283, 293, 313, 317, 337, 353, 359, 367, 373, 383, 401, 431, 433, 439, 449, 461, 479, 509, 523, 547, 557, 571, 587, 593, 601, 607, 617 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Originally incorrectly named "primes which are squares (mod 39)", which is subsequence A267455 \ {3, 13}. - M. F. Hasler, Jan 15 2016
LINKS
MATHEMATICA
Select[Prime[Range[200]], JacobiSymbol[#, 39]==1&]
PROG
(Magma) [p: p in PrimesUpTo(617) | JacobiSymbol(p, 39) eq 1]; // Vincenzo Librandi, Sep 10 2012
(PARI) select(p->kronecker(p, 39)==1&&isprime(p), [1..1000]) \\ M. F. Hasler, Jan 15 2016
CROSSREFS
Sequence in context: A056302 A276547 A065850 * A106886 A237814 A007700
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 24 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 24 19:52 EDT 2024. Contains 371963 sequences. (Running on oeis4.)