This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A063096 #11 Jun 26 2018 04:56:12 %S A063096 10,12,16,24,26,28,30,32,38,40,42,46,48,50,54,56,58,60,62,64,66,68,70, %T A063096 74,76,78,80,82,84,88,90,92,94,98,100,102,104,106,108,110,116,120,122, %U A063096 124,126,128,130,134,136,138,140,142,144,146,150,152,156,158,160,162 %N A063096 Non-record differences among consecutive primes. %C A063096 These values do not arise in A005250 nor in A063095. %C A063096 Almost certainly this sequence is exactly the even numbers not in A005250. - _Franklin T. Adams-Watters_, Oct 09 2006 %e A063096 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. %o A063096 (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 %Y A063096 Cf. A005250, A001223, A063095. %K A063096 nonn %O A063096 1,1 %A A063096 _Labos Elemer_, Aug 07 2001