OFFSET
1,2
COMMENTS
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
Also it occurs that many divisors of A019278 are terms of this sequence. - Michel Marcus, May 28 2017
LINKS
Michel Marcus, Table of n, a(n) for n = 1..320
Graeme L. Cohen and Herman J. J. te Riele, Iterating the sum-of-divisors function, Experimental Mathematics, 5 (1996), pp. 93-100.
Michel Marcus, Unexhaustive list of terms
EXAMPLE
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.
PROG
(PARI) isok(n) = denominator(sigma(sigma(sigma(sigma(n))))/n) == 1; \\ Michel Marcus, Apr 29 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by Michel Marcus, Apr 29 2017
STATUS
approved