A201688 Primes of the form p^2 + 18, where p is prime.
43, 67, 139, 307, 379, 547, 859, 1699, 1867, 3499, 3739, 4507, 5059, 5347, 6907, 10627, 11467, 18787, 29947, 32059, 32779, 39619, 49747, 57139, 58099, 66067, 72379, 73459, 78979, 80107, 96739, 97987, 109579, 120427, 134707, 151339, 157627, 187507, 218107
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..5000
Programs
-
Mathematica
Select[Table[Prime[x]^2+18, {x,100}], PrimeQ]
Comments