OFFSET
1,1
COMMENTS
Almost certainly this sequence is exactly the even numbers not in A005250. - Franklin T. Adams-Watters, Oct 09 2006
EXAMPLE
10 and 12 are here because after the first gap of 8 (89 to 97), the next larger gap is 14 (113 to 127); thus 10 and 12 are never the largest gap. 11 is not here because it is never the gap between consecutive primes.
PROG
(PARI) { default(primelimit, 4294965247); n=0; r=0; for (m=1, 10^9, g=prime(m + 1) - prime(m); if (g > r, a=r + 2; r=g; while (a < r, write("b063096.txt", n++, " ", a); a+=2); if (n==100, break)) ) } \\ Harry J. Smith, Aug 18 2009
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Aug 07 2001
STATUS
approved