OFFSET
0,1
REFERENCES
R. K. Guy, Unsolved Problems in Number Theory, B6.
LINKS
R. J. Mathar, Table of n, a(n) for n = 0..173
Christophe CLAVIER, Aliquot Sequences
FORMULA
a(n+1) = A001065(a(n)). - R. J. Mathar, Oct 11 2017
EXAMPLE
a(0) = 570, a(1) = sigma(570) - 570 = 870.
MATHEMATICA
FixedPointList[If[# > 0, DivisorSigma[1, #] - #, 0]&, 570] // Most (* Jean-François Alcover, Mar 28 2020 *)
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
Robert A. Stump (bee_ess107(AT)msn.com), Sep 30 2002
STATUS
approved