A079019 Suppose p and q = p+18 are primes. Define the difference pattern of (p,q) to be the successive differences of the primes in the range p to q. There are 49 possible difference patterns, shown in the Comments line. Sequence gives smallest value of p for each difference pattern, sorted by magnitude.
5, 11, 13, 19, 23, 29, 41, 43, 61, 71, 79, 83, 89, 109, 113, 131, 139, 149, 179, 181, 193, 211, 239, 251, 331, 401, 461, 491, 503, 523, 569, 601, 659, 691, 733, 739, 743, 821, 1303, 1531, 1601, 1861, 1931, 1933, 1993, 2069, 3313, 4201, 18043
Offset: 1
Examples
p=18043, q=18061 has difference pattern [4,2,10,2] and {18043,18047,18049,18059,18061} is the corresponding consecutive prime 5-tuple.
Crossrefs
Extensions
Corrected by Rick L. Shepherd, Aug 30 2003
Comments