OFFSET
1,1
COMMENTS
The terms are ordered according to the their lesser counterparts (A307962).
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
f[p_, e_] := (p^(e+1)-1)/(p-1)-1; csigma[1]=1; csigma[n_] := Times @@ (f @@@ FactorInteger[n]); s={}; Do[m = csigma[n] - n; If[m > n && csigma[m] - m == n, AppendTo[s, m]], {n, 1, 10^8}]; s
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, May 08 2019
STATUS
approved