A019285 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 (2,8)-perfect numbers.
60, 240, 960, 4092, 16368, 58254, 61440, 65472, 116508, 466032, 710400, 983040, 1864128, 3932160, 4190208, 67043328, 119304192, 268173312, 1908867072, 7635468288, 16106127360, 711488165526, 1098437885952, 1422976331052
Offset: 1
Links
- G. L. Cohen and H. J. J. te Riele, Iterating the sum-of-divisors function, Experimental Mathematics, 5 (1996), pp. 93-100.
Crossrefs
Programs
-
PARI
isok(n) = sigma(sigma(n))/n == 8; \\ Michel Marcus, May 15 2016
Extensions
a(19) from Jud McCranie, Nov 13 2001
a(20)-a(21) from Jud McCranie, Jan 29 2012
a(22)-a(24) from Giovanni Resta, Feb 26 2020
Comments