A078866 The quadruples (d1,d2,d3,d4) with elements in {2,4,6} are listed in lexicographic order; for each quadruple, this sequence lists the smallest prime p >= 5 such that the differences between the 5 consecutive primes starting with p are (d1,d2,d3,d4), if such a prime exists.
5, 17, 41, 29, 71, 149, 3299, 7, 13, 67, 1597, 19, 43, 12637, 1601, 23, 593, 31, 61, 3313, 157, 47, 601, 151, 251, 3301
Offset: 1
Examples
The term 12637 corresponds to the quadruple (4,6,6,6): 12637, 12641, 12647, 12653 and 12659 are consecutive primes.
Crossrefs
Extensions
Edited by Dean Hickerson, Dec 20 2002
Comments