OFFSET
1,1
COMMENTS
Discriminant=-760. See A139827 for more information.
LINKS
Vincenzo Librandi and Ray Chandler, Table of n, a(n) for n = 1..10000 [First 1000 terms from Vincenzo Librandi]
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
FORMULA
The primes are congruent to {2, 33, 97, 103, 113, 127, 143, 167, 183, 193, 217, 223, 257, 287, 297, 303, 337, 383, 393, 407, 417, 433, 447, 487, 497, 527, 553, 583, 607, 623, 673, 687, 697, 713, 737, 743, 753} (mod 760).
MATHEMATICA
QuadPrimes2[2, 0, 95, 10000] (* see A106856 *)
PROG
(Magma) [ p: p in PrimesUpTo(3000) | p mod 760 in {2, 33, 97, 103, 113, 127, 143, 167, 183, 193, 217, 223, 257, 287, 297, 303, 337, 383, 393, 407, 417, 433, 447, 487, 497, 527, 553, 583, 607, 623, 673, 687, 697, 713, 737, 743, 753}]; // Vincenzo Librandi, Jul 30 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 02 2008
STATUS
approved