A271366 Primes of the form 272259344081 + 2*n^2.
272259344081, 272259344083, 272259344089, 272259344099, 272259344113, 272259344131, 272259344153, 272259344179, 272259344209, 272259344243, 272259344281, 272259344323, 272259344369, 272259344419, 272259344881, 272259345433, 272259345539, 272259347123, 272259347281, 272259347953
Offset: 1
Keywords
Examples
For n=0, we get 272259344081, which is a prime as determined in A271348. For n=1, we get 272259344081 + 2*1^2 = 272259344083, which is a prime as determined in A271348.
Links
- Eric Weisstein's World of Mathematics, Prime-generating Polynomial
Crossrefs
Programs
-
Mathematica
Select[Table[272259344081+2*n^2, {n, 0, 100}], PrimeQ]
-
PARI
for(n=0, 100, isprime(272259344081+2*n^2) && print1(272259344081+2*n^2, ","))
Comments