A204668 Primes p such that q-p = 58, where q is the next prime after p.
44293, 58831, 79699, 85933, 153001, 181303, 190921, 214993, 221101, 237409, 277099, 302053, 307759, 311041, 399793, 402139, 413353, 420613, 422479, 442633, 492319, 510619, 525043, 531919, 558343, 600109, 624859, 640993, 650701, 677473, 686209, 696181, 714283, 724021, 733009, 737353
Offset: 1
Keywords
Links
- M. F. Hasler, Table of n, a(n) for n = 1..14611 (all terms < 10^8).
- Index entries for primes, gaps between
Crossrefs
Cf. A126771 for gaps of 60.
Programs
-
PARI
g=58;c=o=0;forprime(p=1,default(primelimit),(-o+o=p)==g&write("c:/temp/b204668.txt",c++" "p-g))