A271819 Primes of the form 159587584529 + 2*n^2.
159587584529, 159587584531, 159587584537, 159587584547, 159587584561, 159587584579, 159587584601, 159587584627, 159587584657, 159587584691, 159587584729, 159587584771, 159587585107, 159587585329, 159587585681, 159587585881, 159587586097, 159587586451, 159587586707, 159587586979
Offset: 1
Keywords
Examples
For n=0, we get 159587584529, which is a prime as determined in A271348. For n=1, we get 159587584529 + 2*1^2 = 159587584531, which is a prime as determined in A271348.
Links
- Eric Weisstein's World of Mathematics, Prime-generating Polynomial
Crossrefs
Programs
-
Mathematica
Select[Table[159587584529+2*n^2, {n, 0, 100}], PrimeQ]
-
PARI
for(n=0, 100, isprime(159587584529+2*n^2) && print1(159587584529+2*n^2, ", "))
Comments