A139667 Primes of the form x^2 + 1365*y^2.
1381, 1429, 1621, 2389, 2521, 3301, 4729, 5209, 5581, 5749, 5821, 6301, 6421, 6829, 6841, 7309, 7669, 8089, 8269, 8761, 8941, 9109, 9181, 9829, 9949, 10501, 10789, 11701, 12289, 12301, 12541, 12601, 13309, 13381, 13441, 13729, 14221
Offset: 1
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)
Programs
-
Magma
k:=1365; [p: p in PrimesUpTo(15000) | NormEquation(k, p) eq true]; // Bruno Berselli, Jun 01 2016
-
Mathematica
QuadPrimes2[1, 0, 1365, 10000] (* see A106856 *)
Comments