login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A049419 a(1) = 1; for n > 1, a(n) = number of exponential divisors of n. 13
1, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 2, 1, 1, 1, 3, 1, 2, 1, 2, 1, 1, 1, 2, 2, 1, 2, 2, 1, 1, 1, 2, 1, 1, 1, 4, 1, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 3, 2, 2, 1, 2, 1, 2, 1, 2, 1, 1, 1, 2, 1, 1, 2, 4, 1, 1, 1, 2, 1, 1, 1, 4, 1, 1, 2, 2, 1, 1, 1, 3, 3, 1, 1, 2, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 2, 1, 2, 2, 4, 1, 1 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

COMMENTS

The exponential divisors of a number x = Product p(i)^r(i) are all numbers of the form Product p(i)^s(i) where s(i) divides r(i) for all i.

Wu gives a complicated Dirichlet g.f.

a(1) = 1 by convention. This is also required for a function to be multiplicative. - N. J. A. Sloane, Mar 03 2009

LINKS

J. O. M. Pedersen, Tables of Aliquot Cycles

Laszlo Toth,  Nicusor Minculete, Exponential unitary divisors, arXiv:0910.2798 [math.NT]

Eric Weisstein's World of Mathematics, Definition

J. Wu, Probleme de diviseurs exponentiels..., J. Theor. Nombr. Bordeaux 7 (1) (1995) 133-141.

FORMULA

Multiplicative with a(p^e) = tau(e). - Vladeta Jovovic (vladeta(AT)eunet.rs), Jul 23 2001

EXAMPLE

a(8)=2 because 2 and 2^3 are e-divisors of 8.

MATHEMATICA

a[1] = 1; a[p_?PrimeQ] = 1; a[p_?PrimeQ, e_] := DivisorSigma[0, e]; a[n_] := Times @@ (a[#[[1]], #[[2]]] & ) /@ FactorInteger[n]; Table[a[n], {n, 1, 102}] (* From Jean-François Alcover, Jan 30 2012, after Vladeta Jovovic *)

CROSSREFS

Cf. A049599, A061389, A051377.

Partial sums are in A099593.

Sequence in context: A085424 A088737 A096309 * A046951 A159631 A050377

Adjacent sequences:  A049416 A049417 A049418 * A049420 A049421 A049422

KEYWORD

nonn,mult,nice

AUTHOR

Yasutoshi Kohmoto (zbi74583(AT)boat.zero.ad.jp)

EXTENSIONS

More terms from Jud McCranie (JudMcCranie(AT)ugaalum.uga.edu), May 29 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 05:53 EST 2012. Contains 205570 sequences.