A320711 Indices of primes followed by a gap (distance to next larger prime) of 26.
367, 446, 732, 1357, 1440, 1475, 1746, 1864, 1912, 1933, 2293, 2714, 2888, 2912, 3159, 3204, 3362, 3523, 3715, 3786, 3801, 3840, 3870, 3920, 3931, 4107, 4164, 4235, 4240, 4502, 4643, 4809, 4957, 4990, 5110, 5371, 5440, 5451, 5581, 5712, 5736, 5743, 5870, 5882, 5906, 5923, 5933, 6018, 6277
Offset: 1
Keywords
Crossrefs
Programs
-
PARI
A(N=100,g=26,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