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!)
A360523 a(n) = Sum_{d|n} mu(rad(d)) * delta_d(n/d), where rad(n) = A007947(n) and delta_d(n) is the greatest divisor of n that is relatively prime to d. 2
1, 1, 2, 2, 4, 2, 6, 5, 7, 4, 10, 4, 12, 6, 8, 12, 16, 7, 18, 8, 12, 10, 22, 10, 23, 12, 24, 12, 28, 8, 30, 27, 20, 16, 24, 14, 36, 18, 24, 20, 40, 12, 42, 20, 28, 22, 46, 24, 47, 23, 32, 24, 52, 24, 40, 30, 36, 28, 58, 16, 60, 30, 42, 58, 48, 20, 66, 32, 44, 24 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Analogous to the Euler totient function (A000010) as A360522 is analogous to A000203.
LINKS
Mizan R. Khan, A variant of the divisor functions sigma_a(n), JP Journal of Algebra, Number Theory and Applications, Vol. 5, No. 3 (2005), pp. 561-574.
FORMULA
Multiplicative with a(p^e) = p^e - e.
Dirichlet g.f.: zeta(s-1)*zeta(s)^2 * Product_{p prime} (1 - 3/p^s + 1/p^(2*s-1) + 1/p^(2*s)).
Sum_{k=1..n} a(k) ~ c * n^2, where c = (1/2) * Product_{p prime} (1 - p/((p-1)*(p+1)^2)) = 0.3243742337... .
A000010(n) <= a(n) <= A047994(n) (Khan, 2005).
a(n) = A000010(n) if and only if n is in A078779 (i.e., n is either squarefree or twice a squarefree number).
a(n) = A047994(n) if and only if n is in A005117 (i.e., n is squarefree).
MATHEMATICA
f[p_, e_] := p^e - e; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100]
PROG
(PARI) a(n) = {my(f = factor(n)); prod(i = 1, #f~, f[i, 1]^f[i, 2] - f[i, 2]); }
CROSSREFS
Sequence in context: A054929 A236628 A078429 * A358039 A171751 A124676
KEYWORD
nonn,mult
AUTHOR
Amiram Eldar, Feb 10 2023
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 August 11 14:48 EDT 2024. Contains 375072 sequences. (Running on oeis4.)