login
A105191
Number of divisors of n100000000001.
0
24, 16, 6, 4, 16, 4, 16, 16, 12, 8, 64, 16, 4, 16, 2, 8, 12, 2, 8, 16, 4, 16, 32, 8, 2, 24, 4, 16, 8, 16, 4, 8, 8, 8, 36, 4, 16, 4, 4, 16, 16, 8, 4, 24, 32, 8, 64, 16, 4, 4, 4, 2, 72, 4, 2, 8, 4, 48, 8, 4, 16, 64, 2, 4, 8, 4, 8, 4, 16, 16, 12, 4, 4, 16, 16
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
Sequence in context: A132420 A171907 A109475 * A033826 A033824 A040554
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Apr 11 2005
EXTENSIONS
More terms from Harvey P. Dale, Jun 22 2011
STATUS
approved