login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110758 a(n) is the number of divisors of N, where N = concatenation of n taken n times. 5
1, 4, 6, 12, 8, 96, 8, 64, 20, 256, 96, 2304, 64, 512, 12288, 5120, 64, 5120, 8, 6144, 24576, 3072, 64, 24576, 1536, 1024, 7168, 12288, 256, 3145728, 32, 98304, 36864, 2048, 8192, 491520, 128, 128, 49152, 131072, 128, 6291456, 256, 73728, 5242880 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000005(A000461(n)). - Michel Marcus, Nov 18 2018
EXAMPLE
a(3) = tau(333) = 6.
MATHEMATICA
f[n_] := Sum[n*10^(i * Length[IntegerDigits[n]]), {i, 0, n - 1}]; Do[Print[DivisorSigma[0, f[n]]], {n, 100}] (* Ryan Propper, Jul 21 2006 *)
Table[DivisorSigma[0, FromDigits[Flatten[IntegerDigits/@PadRight[{}, n, n]]]], {n, 50}] (* Harvey P. Dale, Apr 10 2023 *)
PROG
(PARI) a(n) = numdiv(eval(concat(apply(x->Str(x), vector(n, k, n))))); \\ Michel Marcus, Feb 12 2023
CROSSREFS
Sequence in context: A270835 A272063 A152678 * A189765 A074162 A365648
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Aug 11 2005
EXTENSIONS
Corrected and extended by Ryan Propper, Jul 21 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 12:45 EDT 2024. Contains 371940 sequences. (Running on oeis4.)