A139829 Primes of the form 4x^2+4xy+11y^2.
11, 19, 59, 131, 139, 179, 211, 251, 331, 379, 419, 491, 499, 571, 619, 659, 691, 739, 811, 859, 971, 1019, 1051, 1091, 1171, 1259, 1291, 1451, 1459, 1499, 1531, 1571, 1579, 1619, 1699, 1811, 1931, 1979, 2011, 2099, 2131, 2179, 2251, 2339, 2371
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
[ p: p in PrimesUpTo(3000) | p mod 40 in {11, 19}]; // Vincenzo Librandi, Jul 29 2012
-
Mathematica
QuadPrimes2[4, -4, 11, 10000] (* see A106856 *)
Formula
The primes are congruent to {11, 19} (mod 40).
Comments