A072892 The 4-cycle of the n => sigma(n)-n process. sigma(n) is the sum of divisors of n. (A000203).
1264460, 1547860, 1727636, 1305184, 1264460
Offset: 1
References
- Ross Honsberger, Ingenuity in Mathematics, Mathematical Association of America, 1970.
Links
- Henri Cohen, On amicable and sociable numbers, Math. Comp., Vol. 24, No. 110 (1970), pp. 423-429.
- Eric Weisstein's World of Mathematics, Sociable Numbers.
- Wikipedia, Sociable number.
Programs
-
Mathematica
NestWhileList[DivisorSigma[1, #] - # &, 1264460, UnsameQ, All] (* Amiram Eldar, Mar 24 2024 *)
Formula
a(4+n) = a(n).
Comments