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 A126784 #8 Jul 17 2013 14:02:10 %S A126784 5591,10799,27701,27851,33647,39047,41081,41687,43721,44417,45989, %T A126784 47459,50789,52457,55259,55547,61781,62351,64817,66239,67307,69959, %U A126784 73907,79907,80567,82307,84089,88037,94169,94961,99191,99929,100559,102611 %N A126784 Primes p such that q-p = 32, where q is the next prime after p. %C A126784 Lower prime of a difference of 32 between consecutive primes. %H A126784 Charles R Greathouse IV, <a href="/A126784/b126784.txt">Table of n, a(n) for n = 1..10000</a> %o A126784 (PARI) lista(nn) = {p = 2; while (p < nn, q = nextprime(p+1); if (q - p == 32, print1(p, ", ")); p = q;);} \\ _Michel Marcus_, Jul 17 2013 %Y A126784 Cf. A001359, A029710, A031924, A031926, A031928, A031930, A031932, A031934, A031936, A031938, A061779, A098974, A124594, A124595, A124596, A000230, A050434. %K A126784 nonn,easy %O A126784 1,1 %A A126784 Douglas Winston (douglas.winston(AT)srupc.com), Feb 24 2007