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

A191027
Primes that are nonzero squares mod 37.
3
3, 7, 11, 41, 47, 53, 67, 71, 73, 83, 101, 107, 127, 137, 139, 149, 151, 157, 173, 181, 197, 211, 223, 229, 233, 263, 269, 271, 293, 307, 317, 337, 349, 359, 367, 373, 379, 397, 419, 433, 443, 491, 509, 521, 571, 593, 599, 601, 613, 617, 619, 641, 659, 673
OFFSET
1,1
COMMENTS
Primes p such that the Legendre symbol (p/37) = +1. - N. J. A. Sloane, May 25 2013
LINKS
MATHEMATICA
Select[Prime[Range[200]], JacobiSymbol[#, 37]==1&]
PROG
(Magma) [p: p in PrimesUpTo(643) | JacobiSymbol(p, 37) eq 1]; // Vincenzo Librandi, Sep 10 2012
CROSSREFS
Except for excluding 37, identical to A038913.
Sequence in context: A141178 A362005 A106966 * A139599 A141161 A333421
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 24 2011
STATUS
approved