A118939 Primes p such that (p^2+3)/4 is prime.
3, 5, 7, 11, 13, 17, 29, 31, 41, 43, 67, 83, 101, 109, 139, 151, 157, 179, 181, 199, 211, 223, 239, 263, 277, 283, 307, 311, 337, 347, 353, 379, 389, 419, 431, 463, 491, 557, 577, 587, 619, 659, 673, 739, 757, 797, 809, 811, 829, 853, 907, 911, 953, 991, 1051
Offset: 1
Keywords
Programs
-
Mathematica
Select[Prime[Range[200]],PrimeQ[(#^2+3)/4]&]
Comments