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 A204803 #6 Jan 14 2016 11:12:03 %S A204803 7621259,8917523,10270451,14518211,16525757,16684331,23008409, %T A204803 23995859,31698521,32332253,32379089,33189557,33734147,34189487, %U A204803 36067223,36128819,40454789,42334769,44639099,47084399,47710997,48527939,50339321,54204053 %N A204803 Primes followed by a gap of 140 = nextprime(p)-p. %H A204803 <a href="/index/Pri#gaps">Index entries for primes, gaps between</a>. %t A204803 Transpose[Select[Partition[Prime[Range[3300000]],2,1],#[[2]]-#[[1]] == 140&]][[1]] (* _Harvey P. Dale_, Jan 14 2016 *) %o A204803 (PARI) p=0; g=140; for(c=1, 100, while(g+p!=p=nextprime(p+1), ); print1(", "p-g)) \\ %K A204803 nonn %O A204803 1,1 %A A204803 _M. F. Hasler_, Jan 19 2012