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

A038909
Primes p such that 34 is a square mod p.
1
2, 3, 5, 11, 17, 29, 37, 47, 61, 89, 103, 107, 109, 127, 131, 137, 139, 151, 163, 173, 181, 191, 197, 211, 223, 227, 239, 257, 263, 269, 271, 277, 281, 283, 317, 347, 353, 359, 379, 383, 397, 409, 419, 433, 457
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[100]], JacobiSymbol[34, #] != -1 &] (* Vincenzo Librandi, Sep 07 2012 *)
CROSSREFS
Sequence in context: A094480 A215013 A318786 * A073534 A063091 A124588
KEYWORD
nonn
AUTHOR
STATUS
approved