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 A273016 #12 May 21 2016 23:38:19 %S A273016 10,20,30,60,90,120,180,240,360,480,540,600,720,1080,1440,2160,4320 %N A273016 Ramanujan's largely composite numbers having 5 as the greatest prime divisor. %C A273016 By the theorem in comment in A273015, the sequence is finite. %t A273016 a = {}; b = {0}; Do[If[# >= Max@ b, AppendTo[a, k] && AppendTo[b, #]] &@ DivisorSigma[0, k], {k, 10^7}]; Select[a, FactorInteger[#][[-1, 1]] == 5 &] (* _Michael De Vlieger_, May 13 2016 *) %Y A273016 Cf. A067128, A273015. %K A273016 nonn,fini,full %O A273016 1,1 %A A273016 _Vladimir Shevelev_ and _Peter J. C. Moses_, May 13 2016