A140618 Primes of the form 20*x^2+4*x*y+23*y^2.
23, 47, 191, 239, 263, 311, 359, 479, 503, 647, 719, 1031, 1103, 1151, 1223, 1487, 1559, 1583, 1607, 1847, 1871, 2039, 2063, 2087, 2399, 2543, 2591, 2927, 2999, 3407, 3671, 3767, 3863, 3911, 4007, 4127, 4463, 4583, 4679, 4751, 4799, 4871
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)
Crossrefs
Cf. A140633.
Programs
-
Mathematica
Union[QuadPrimes2[20, 4, 23, 10000], QuadPrimes2[20, -4, 23, 10000]] (* see A106856 *)
Comments