OFFSET
1,1
COMMENTS
Discriminant=-1092. See A139643 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 {1, 25, 121, 205, 277, 289, 337, 361, 373, 445, 529, 589, 625, 673, 757, 781, 841, 961} (mod 1092).
MATHEMATICA
QuadPrimes2[1, 0, 273, 10000] (* see A106856 *)
PROG
(Magma) [ p: p in PrimesUpTo(7000) | p mod 1092 in {1, 25, 121, 205, 277, 289, 337, 361, 373, 445, 529, 589, 625, 673, 757, 781, 841, 961}]; // Vincenzo Librandi, Jul 28 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, Apr 29 2008
STATUS
approved