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 A019293 #41 Jun 04 2017 10:09:34 %S A019293 1,2,3,4,6,8,10,12,15,18,21,24,26,32,39,42,60,65,72,84,96,160,182,336, %T A019293 455,512,672,896,960,992,1023,1280,1536,1848,2040,2688,4092,5472,5920, %U A019293 7808,7936,10416,11934,16352,16380,18720,20384,21824,23424,24564,29127,30240,33792,36720,41440 %N A019293 Let sigma_m (n) be result of applying sum-of-divisors function m times to n; call n (m,k)-perfect if sigma_m (n) = k*n; sequence gives the (4,k)-perfect numbers. %C A019293 Similarly to A019278, 2 and sigma(2) are both terms, and this can happen also for further iterations of sigma on known terms, thus providing new terms outside the current known range. - _Michel Marcus_, May 01 2017 %C A019293 Also it occurs that many divisors of A019278 are terms of this sequence. - _Michel Marcus_, May 28 2017 %H A019293 Michel Marcus, <a href="/A019293/b019293.txt">Table of n, a(n) for n = 1..320</a> %H A019293 Graeme L. Cohen and Herman J. J. te Riele, <a href="http://projecteuclid.org/euclid.em/1047565640">Iterating the sum-of-divisors function</a>, Experimental Mathematics, 5 (1996), pp. 93-100. %H A019293 Michel Marcus, <a href="/A019293/a019293_1.log.txt">Unexhaustive list of terms</a> %e A019293 10 is a term because applying sigma four times we see that 10 -> 18 -> 39 -> 168 -> 120, and 120 = 12*10. So 10 is a (4,12)-perfect number. %o A019293 (PARI) isok(n) = denominator(sigma(sigma(sigma(sigma(n))))/n) == 1; \\ _Michel Marcus_, Apr 29 2017 %Y A019293 Cf. A019276, A019278, A019292, A129076. %K A019293 nonn %O A019293 1,2 %A A019293 _N. J. A. Sloane_ %E A019293 Corrected by _Michel Marcus_, Apr 29 2017