OFFSET
1,1
COMMENTS
Discriminant = -5460. See A139643 for more information.
The primes are congruent to {1, 121, 289, 361, 529, 589, 781, 841, 961, 1369, 1381, 1429, 1621, 1681, 1849, 2209, 2389, 2461, 2521, 2629, 2809, 2941, 3301, 3481, 3649, 3721, 3901, 3949, 4369, 4489, 4729, 4741, 5041, 5149, 5209, 5329} (mod 5460).
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, 0, 1365, 10000] (* see A106856 *)
PROG
(Magma) k:=1365; [p: p in PrimesUpTo(15000) | NormEquation(k, p) eq true]; // Bruno Berselli, Jun 01 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, Apr 29 2008
STATUS
approved