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

A038945
Primes p such that 65 is a square mod p.
2
2, 5, 7, 13, 29, 37, 47, 61, 67, 73, 79, 83, 97, 101, 131, 137, 139, 163, 167, 179, 181, 191, 193, 197, 199, 211, 223, 227, 251, 269, 293, 307, 311, 317, 353, 383, 389, 397, 419, 439, 457, 463, 487, 491, 521, 557
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[100]], ! JacobiSymbol[65, #] == -1 &] (* Vincenzo Librandi, Sep 08 2012 *)
CROSSREFS
Sequence in context: A212319 A161379 A250173 * A215210 A177997 A238776
KEYWORD
nonn
AUTHOR
STATUS
approved