A118918 Primes p such that (p^2+11)/12 is prime.
5, 7, 11, 19, 29, 61, 71, 79, 89, 109, 151, 179, 181, 191, 199, 271, 281, 349, 379, 389, 421, 439, 479, 521, 541, 569, 631, 659, 691, 809, 821, 829, 839, 919, 971, 1019, 1051, 1061, 1069, 1091, 1289, 1439, 1511, 1621, 1699, 1709, 1789, 1811, 1871, 2069, 2141
Offset: 1
Keywords
Crossrefs
Programs
-
Mathematica
Select[Prime[Range[400]],PrimeQ[(#^2+11)/12]&]
Comments