A019289 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,12)-perfect numbers.
2200380, 8801520, 14913024, 35206080, 140896000, 459818240, 775898880, 2253189120, 16785793024, 22648550400, 36051025920, 51001180160, 144204103680
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 == 12; \\ Michel Marcus, Feb 27 2020
Extensions
More terms from Jud McCranie, Nov 13 2001, a(9) Feb 01 2012, a(10)-a(13) on Feb 08 2012
Comments