OFFSET
1,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..10000
EXAMPLE
a(6)=36 because 3+6=9 and 36 has 9 divisors.
MATHEMATICA
drndQ[n_]:=NestWhile[Total[IntegerDigits[#]]&, n, #>9&]==DivisorSigma[0, n]; Select[Range[600], drndQ] (* Harvey P. Dale, Apr 03 2013 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Jason Earls, Nov 02 2002
STATUS
approved