A019286 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,9)-perfect numbers.
168, 10752, 331520, 691200, 1556480, 1612800, 106151936, 5099962368, 4010593484800
Offset: 1
Links
- Graeme L. Cohen and Herman 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 == 9; \\ Michel Marcus, May 12 2016
Extensions
a(8) by Jud McCranie, Jan 28 2012
a(9) from Giovanni Resta, Feb 26 2020
Comments