A038901 Primes p such that 29 is a square mod p.
5, 7, 13, 23, 29, 53, 59, 67, 71, 83, 103, 107, 109, 139, 149, 151, 167, 173, 179, 181, 197, 199, 223, 227, 233, 239, 241, 257, 277, 281, 283, 313, 347, 349, 353, 373, 383, 397, 401, 419, 431, 439, 457, 463, 487, 499, 509, 521, 523, 547, 557, 571, 587, 593, 613
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
Crossrefs
Cf. A035264.
Programs
-
Mathematica
Select[Prime[Range[100]], JacobiSymbol[29, #] != -1 &] (* Vincenzo Librandi, Sep 07 2012 *)
Comments