A320712 Indices of primes followed by a gap (distance to next larger prime) of 28.
429, 462, 685, 781, 1116, 1231, 1274, 1288, 1327, 1392, 1585, 1708, 1710, 1891, 1944, 2065, 2154, 2367, 2417, 2606, 2663, 2729, 2980, 3012, 3069, 3227, 3519, 3653, 3990, 4018, 4168, 4196, 4595, 4603, 4618, 4797, 4856, 4867, 5123, 5191, 5294, 5375, 5432, 5476, 5498, 5593, 5627, 5688, 5703
Offset: 1
Keywords
Crossrefs
Programs
-
PARI
A(N=100,g=28,p=2,i=primepi(p)-1,L=List())={forprime(q=1+p,,i++; if(p+g==p=q, listput(L,i); N--||break));Vec(L)} \\ returns the list of first N terms of the sequence
Comments