A356727 Primes of the form 4*k^2 + 84*k + 43.
43, 131, 227, 331, 443, 563, 691, 827, 971, 1123, 1283, 1451, 1627, 1811, 2003, 2203, 2411, 2851, 3083, 3323, 3571, 4091, 4363, 4643, 4931, 5227, 5531, 5843, 6163, 6491, 6827, 7523, 7883, 8627, 9011, 9403, 9803, 10211, 10627, 11483, 11923, 13291, 13763, 14243, 14731, 15227, 15731
Offset: 1
Links
- Eric Weisstein's World of Mathematics, Prime generating polynomial
Programs
-
Mathematica
Select[Table[4k^2+84k+43,{k,0,60}],PrimeQ] (* Harvey P. Dale, May 07 2023 *)
Comments