OFFSET
1,1
COMMENTS
Discriminant = -112. See A107132 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
Except for 7, the primes are congruent to {11, 15, 23} (mod 28). - T. D. Noe, May 02 2008
MATHEMATICA
QuadPrimes2[4, 0, 7, 10000] (* see A106856 *)
PROG
(PARI) list(lim)=my(v=List(), w, t); for(x=0, sqrtint(lim\4), w=4*x^2; for(y=1, sqrtint((lim-w)\7), if(isprime(t=w+7*y^2), listput(v, t)))); Set(v) \\ Charles R Greathouse IV, Feb 09 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 13 2005
STATUS
approved