OFFSET
1,2
COMMENTS
It is unknown whether 222 is a term of this sequence or not (see A371423).
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..113
Robert D. Carmichael, Empirical Results in the Theory of Numbers, The Mathematics Teacher, Vol. 14, No. 6 (1921), pp. 305-310; alternative link. See p. 309.
EXAMPLE
MATHEMATICA
r[n_] := n/FactorInteger[n][[1, 1]]; f[n_] := r[DivisorSigma[1, n]]; q[n_] := Module[{m = NestWhileList[f, n, UnsameQ, All][[-1]]}, f[m] == m]; Select[Range[221, q]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Mar 23 2024
STATUS
approved