A190799 Primes p=prime(i) such that prime(i+4)-prime(i)=20.
47, 83, 131, 137, 173, 191, 251, 257, 347, 419, 443, 557, 587, 593, 1013, 1019, 1031, 1049, 1217, 1301, 1427, 1433, 1439, 1979, 1997, 2069, 2267, 2531, 2657, 2687, 2693, 2699, 2711, 3251, 3299, 3539, 4007, 4211, 4241, 4253, 4643, 4931, 5003, 5099, 5399, 5501, 5861
Offset: 1
Keywords
Crossrefs
Only a small part of terms are also in A190792.
Programs
-
Mathematica
p = Prime[Range[1000]]; First /@ Select[Partition[p, 5, 1], Last[#] - First[#] == 20 &] (* T. D. Noe, May 23 2011 *)
Comments