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 A231094 #10 Nov 07 2013 16:44:30 %S A231094 12,18,100,348,2988,801340,221355126,221355126,895257140404 %N A231094 Smallest starting abundant number for n consecutive even abundant numbers. %e A231094 a(6) = 801340 because 801340 is the starting abundant number for 6 consecutive even abundant numbers: 801340, 801342, 801344, 801346, 801348, 801350. %t A231094 k = 2; cnt = 0; Table[While[If[abunQ[k], cnt++, cnt = 0]; cnt < n, k = k + 2]; k = k + 2; k - 2*n, {n, 6}] (* _T. D. Noe_, Nov 04 2013 *) %Y A231094 Cf. A005101, A108926, A231086, A231088, A231089, A231090, A231092, A231093. %K A231094 nonn,more,hard %O A231094 1,1 %A A231094 _Shyam Sunder Gupta_, Nov 03 2013 %E A231094 a(9) from _Donovan Johnson_, Nov 07 2013