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

A038967
Primes p such that 82 is a square mod p.
1
2, 3, 11, 13, 19, 23, 29, 31, 41, 53, 67, 73, 101, 103, 109, 113, 127, 149, 157, 179, 181, 211, 223, 227, 229, 241, 271, 293, 317, 331, 337, 347, 353, 359, 367, 397, 401, 409, 421, 431, 433, 449, 487, 499, 509
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[110]], ! JacobiSymbol[82, #] == -1 &] (* Vincenzo Librandi, Sep 08 2012 *)
CROSSREFS
Sequence in context: A045335 A020599 A167525 * A001916 A089151 A115669
KEYWORD
nonn
AUTHOR
STATUS
approved