OFFSET
1,1
COMMENTS
Discriminant=-43.
Also, primes of the form x^2-xy+11y^2 with x and y nonnegative.
Also, primes which are a square (mod 43). - M. F. Hasler, Jan 15 2016
Also, primes p such that Legendre(-43,p) = 0 or 1. - N. J. A. Sloane, Dec 25 2017
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)
MATHEMATICA
QuadPrimes2[1, -1, 11, 10000] (* see A106856 *)
PROG
(PARI) select(p->issquare(Mod(p, 43))&&isprime(p), [1..1500]) \\ M. F. Hasler, Jan 15 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 09 2005
EXTENSIONS
New definition from N. J. A. Sloane, Jun 08 2014
STATUS
approved