OFFSET
1,2
COMMENTS
a(18) > 5*10^9. - Donovan Johnson, Feb 18 2013
EXAMPLE
1031747 + sigma(1031747) + sigma(sigma(1031747)) = 5555555.
MATHEMATICA
repQ[n_]:=Module[{ds=DivisorSigma[1, n]}, Count[DigitCount[n+ds+ DivisorSigma[ 1, ds]], 0] == 9]; Select[Range[66100], repQ] (* The program generates the first 12 terms of the sequence. To generate more, increase the Range constant, but it will take a long time to run. *) (* Harvey P. Dale, Oct 08 2020 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, Feb 13 2006
EXTENSIONS
a(14)-a(17) from Donovan Johnson, Feb 18 2013
STATUS
approved