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 A076082 #4 Dec 05 2013 19:55:46 %S A076082 4,6,8,12,16,18,20,24,30,36,40,42,44,48,54,60,66,70,72,78,80,84,90, %T A076082 100,102,104,108,112,120,128,132,138,144,150,156,160,165,168,176,180, %U A076082 182,192,196,198,210,216,224,228,230,234,240,246,252,260,264,270,276,280 %N A076082 Consider all composite numbers between prime(n) and prime(n+1); take those with greatest number of divisors; a(n) is the smallest of them. %o A076082 (PARI) for(n=2,100,m=0:r=0:for(k=prime(n)+1, prime(n+1)-1,if(!isprime(k),if(numdiv(k)>m,r=k:m=numdiv(k)))):print1(r",")) %Y A076082 Cf. A076083. %K A076082 nonn %O A076082 2,1 %A A076082 _Amarnath Murthy_, Oct 07 2002 %E A076082 Corrected and extended by _Ralf Stephan_, Mar 23 2003