A320717 Indices of primes followed by a gap (distance to next larger prime) of 38.
3302, 4052, 4154, 4743, 5093, 5229, 5782, 5902, 6131, 6406, 6802, 7145, 7164, 7399, 7718, 7789, 8303, 8782, 9237, 9957, 10073, 10431, 10465, 10541, 10549, 10580, 10981, 11244, 11818, 11853, 12147, 12574, 13094, 13237, 13286, 13337, 13435, 13669, 13906, 14186, 14270, 14301, 14380, 14397
Offset: 1
Keywords
Crossrefs
Programs
-
PARI
A(N=100,g=38,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