A271820 Primes of the form 236241327599 + 2*n^2.
236241327599, 236241327601, 236241327607, 236241327617, 236241327631, 236241327649, 236241327671, 236241327697, 236241327727, 236241327761, 236241327799, 236241327841, 236241328177, 236241328751, 236241330049, 236241331831, 236241332207, 236241332401, 236241333649, 236241334799
Offset: 1
Keywords
Examples
For n=0, we get 236241327599, which is a prime as determined in A271348. For n=1, we get 236241327599 + 2*1^2 = 236241327601, which is a prime as determined in A271348.
Links
- Eric Weisstein's World of Mathematics, Prime-generating Polynomial
Crossrefs
Programs
-
Mathematica
Select[Table[236241327599+2*n^2, {n, 0, 100}], PrimeQ]
-
PARI
for(n=0, 100, isprime(236241327599+2*n^2) && print1(236241327599+2*n^2, ", "))
Comments