A107008 Primes of the form x^2 + 24*y^2.
73, 97, 193, 241, 313, 337, 409, 433, 457, 577, 601, 673, 769, 937, 1009, 1033, 1129, 1153, 1201, 1249, 1297, 1321, 1489, 1609, 1657, 1753, 1777, 1801, 1873, 1993, 2017, 2089, 2113, 2137, 2161, 2281, 2377, 2473, 2521, 2593, 2617, 2689, 2713
Offset: 1
Links
- Vincenzo Librandi, N. J. A. Sloane and Ray Chandler, Table of n, a(n) for n = 1..10000 [First 1000 terms from Vincenzo Librandi, next 143 terms from N. J. A. Sloane]
- P. L. Clark, J. Hicks, H. Parshall, K. Thompson, GONI: primes represented by binary quadratic forms, INTEGERS 13 (2013) #A37
- D. A. Cox, Primes of the form x^2 + n*y^2, A Wiley-Interscience publication, 1989
- N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
- J. Voight, Quadratic forms that represent almost the same primes, Math. Comp. 76 (2007) 1589-1617
Crossrefs
Programs
-
Mathematica
QuadPrimes[1, 0, 24, 10000] (* see A106856 *)
-
PARI
is(n) = isprime(n) && #qfbsolve(Qfb(1, 0, 24), n) == 2 \\ David A. Corneth, Jun 21 2020
Extensions
Recomputed b-file, deleted incorrect Mma program. - N. J. A. Sloane, Jun 08 2014
Comments