|
| |
|
|
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
(list; graph; refs; listen; history; internal format)
|
|
|
|
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}]] (* From Harvey P. Dale, June 22 2011 *)
|
|
|
CROSSREFS
| Sequence in context: A132420 A171907 A109475 * A033826 A033824 A040554
Adjacent sequences: A105188 A105189 A105190 * A105192 A105193 A105194
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Apr 11 2005
|
|
|
EXTENSIONS
| More terms from Harvey P. Dale, June 22 2011.
|
| |
|
|