OFFSET
1,1
COMMENTS
Also, primes p that are squares mod 29 (from the quadratic reciprocity law). - Lekraj Beedassy, Jul 21 2004
Primes which are represented by the indefinite binary quadratic form (1, 7, 5) with discriminant 29 (Lagrange-Gauss reduced (1, 5, -1)). - Peter Luschny, Jun 24 2014
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)
MATHEMATICA
Select[Prime[Range[100]], JacobiSymbol[29, #] != -1 &] (* Vincenzo Librandi, Sep 07 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 11 1999
STATUS
approved