OFFSET
1,1
COMMENTS
This sequence becomes a cycle of period 3: 780, 480, 488. It is called a (-1)sigma sociable group of order 3.
EXAMPLE
Factorizations: 2^4*3*13, 2^3*3*29, 2^3*7*13, 2^3*3^2*13, 2^2*3*11*13, 2^4*3*5^2, 2*29^2, 11*79, 2^2*3*5*13, 2^5*3*5, 2^3*61.
MATHEMATICA
f[p_, e_] := (p^(e + 1) - 1)/(p - 1) - 2; s[n_] := Times @@ f @@@ FactorInteger[n]; s[1] = 1; NestList[s, 624, 50] (* Amiram Eldar, Aug 26 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset corrected by Amiram Eldar, Aug 26 2022
STATUS
approved