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

A038902
Primes p such that 29 is not a square mod p.
2
2, 3, 11, 17, 19, 31, 37, 41, 43, 47, 61, 73, 79, 89, 97, 101, 113, 127, 131, 137, 157, 163, 191, 193, 211, 229, 251, 263, 269, 271, 293, 307, 311, 317, 331, 337, 359, 367, 379, 389, 409, 421, 433, 443, 449, 461
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime@Range[120], JacobiSymbol[29, #] == -1 &] (* Vincenzo Librandi, Sep 09 2012 *)
CROSSREFS
Sequence in context: A091734 A373197 A341784 * A019355 A033203 A051100
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Sep 09 2012
STATUS
approved