OFFSET
1,1
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..108
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]], k}, k = f[m]; k != m && f[k] == m]; Select[Range[221], q]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Mar 23 2024
STATUS
approved