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”).

A191028
Primes p with Kronecker symbol (p|38) = 1.
14
3, 7, 13, 17, 23, 29, 37, 47, 53, 59, 67, 73, 107, 109, 137, 173, 179, 181, 191, 199, 211, 227, 233, 239, 263, 269, 271, 293, 307, 311, 313, 317, 331, 353, 359, 367, 373, 379, 421, 457, 463, 479, 503, 509, 523, 547, 563, 577, 593, 617, 631, 647, 659, 661
OFFSET
1,1
COMMENTS
Originally incorrectly named "primes which are squares (mod 38)", which is sequence A106863. - M. F. Hasler, Jan 15 2016
LINKS
MATHEMATICA
Select[Prime[Range[200]], JacobiSymbol[#, 38]==1&]
PROG
(Magma) [p: p in PrimesUpTo(661) | KroneckerSymbol(p, 38) eq 1]; // Vincenzo Librandi, Sep 11 2012
(PARI) is(p)=kronecker(p, 38)==1&&isprime(p) \\ M. F. Hasler, Jan 15 2016
CROSSREFS
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