A320716 Indices of primes followed by a gap (distance to next larger prime) of 36.
1183, 1532, 1663, 1847, 2146, 2489, 2500, 2550, 2700, 2976, 3087, 3238, 3461, 4236, 4483, 4681, 4692, 4834, 4849, 4946, 5178, 5836, 6062, 6098, 6269, 6591, 6613, 6787, 6862, 6904, 7091, 7178, 7200, 7285, 7577, 7743, 8057, 8097, 8215, 8355, 8572, 8637, 8767, 8832, 8877, 9023, 9129, 9161
Offset: 1
Keywords
Crossrefs
Programs
-
PARI
A(N=100,g=36,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