A019291 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,14)-perfect numbers.
217728, 1278720, 2983680, 5621760, 14008320, 298721280, 955367424, 1874780160, 4874428416, 1957928934528
Offset: 1
Keywords
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 == 14; \\ Michel Marcus, May 15 2016
Extensions
More terms from Jud McCranie, Nov 13 2001
a(9) from Jud McCranie, Jan 28 2012
a(10) from Giovanni Resta, Feb 26 2020
Comments