OFFSET
0,1
EXAMPLE
If n=0, then the number of divisors of 0100000000001 is 24.
MATHEMATICA
With[{ids=IntegerDigits[100000000001]}, Table[DivisorSigma[0, FromDigits[ Join[ IntegerDigits[n], ids]]], {n, 0, 120}]] (* Harvey P. Dale, Jun 22 2011 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Apr 11 2005
EXTENSIONS
More terms from Harvey P. Dale, Jun 22 2011
STATUS
approved