OFFSET
1,1
EXAMPLE
Number of divisors of 22 is 4, so the first term is 4.
Number of divisors of 333 is 6, so the second term is 6.
Number of divisors of 55555 is 8, so the third term is 8.
MATHEMATICA
Table[DivisorSigma[0, FromDigits[Flatten[IntegerDigits/@Table[Prime[n], {Prime[n]}]]]], {n, 15}] (* Harvey P. Dale, Jul 04 2014 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Mar 18 2005
EXTENSIONS
More terms from Harvey P. Dale, Jul 04 2014
STATUS
approved