OFFSET
0,1
COMMENTS
As of today, 3488 terms of the sequence sequence are known, cf. link to the factodb web site. - M. F. Hasler, Feb 25 2018
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..3617 (terms 0..447 from R. J. Mathar)
factordb.com, Aliquot sequence for 46758.
MATHEMATICA
FixedPointList[If[# > 0, DivisorSigma[1, #] - #, 0]&, 46758, 100] (* Jean-François Alcover, Mar 28 2020 *)
PROG
(PARI) a(n, a=46758)={for(i=1, n, a=sigma(a)-a); a} \\ M. F. Hasler, Feb 24 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 25 2010, based on a posting by Hans Havermann to the Math Fun Mailing List, Sep 16, 2010
EXTENSIONS
Erroneous comment replaced by M. F. Hasler, Mar 01 2018
STATUS
approved