OFFSET
1,1
COMMENTS
Data up to 2e9 computed independently and (up to 391995431) double-checked with A140791. Data beyond 2e9 taken from Nicely's web page (which would yield further terms, at least up to a(47) - notice that the "?" in column 10, e.g. for gap 1440, indicates that the listed values is the first *known*, but maybe not the first occurrence). See there for credits.
LINKS
Thomas R. Nicely, First occurrence prime gaps [For local copy see A000101]
PROG
(PARI) o=2; g=30; forprime(p=3, , (o+g != o=p) & next; print1(p-g", "); g+=30) \\ Warning: this code assumes that the sequence is increasing, which may not be the case. - M. F. Hasler, Apr 09 2013
CROSSREFS
KEYWORD
nonn,hard
AUTHOR
M. F. Hasler, Apr 09 2013
STATUS
approved