Let $\mathrm{rad}(n)$ denote the radical of an integer $n$, which is the product of the distinct prime numbers dividing n. Or equivalently, $$\mathrm{rad}(n)=\prod_{\scriptstyle p\mid n\atop p\text{ prime}}p.$$ Assume $\mathrm{rad}(1)=1$, so that $\mathrm{rad}(n)$ is multiplicative.
I was wondering if one has a nice asymptotic formula for the sum $$\sum_{n\le x}\mathrm{rad}(n).$$ At first, I wanted to use the Wiener-Ikehara Theorem. Using Euler Product, we have \begin{align} \begin{split} R(s)&=\sum_{n\ge 1}\frac{\mathrm{rad}(n)}{n^s}=\prod_{p}(1+\frac{p}{p^s}+\frac{p}{p^{2s}}+\cdots)\\ &=\prod_{p}(1+\frac{p}{p^s}\frac{1}{1-p^{-s}})\\ &=\zeta(s)\prod_{p}(1+\frac{p-1}{p^s}). \end{split} \end{align} However, the Wiener-Ikehara Theorem seems not to work here because the product part diverges when $s=1.$
Comparing term-wisely with the product and using $1<p-1<p$, we can get $$\frac{\zeta(s)^2}{\zeta(2s)}<R(s)<\frac{\zeta(s)\zeta(s-1)}{\zeta(2s-2)}.$$
Moreover, if multiplicative function $\mathrm{core}(n)$ is defined to map positive integers ''n'' to square-free numbers by reducing the exponents in the prime power representation modulo 2, or in formula : $$\mathrm{core}(p^e) = p^{e\mod 2}.$$ with $\mathrm{core}(1) =1 .$ Or equivalently, $$\mathrm{core}(p^{2k+1})=p,$$ $$\mathrm{core}(p^{2k})=1$$ Then we always have $$\mathrm{core}(n) \le \mathrm{rad}(n).$$ Since the Dirichlet generating function of $\mathrm{core}$ is : \begin{align} \begin{split} C(s)&=\sum_{n\ge 1}\frac{\mathrm{core}(n)}{n^s} =\prod_{p}(1+\frac{p}{p^s}+\frac{1}{p^{2s}}+\frac{p}{p^{3s}}+\frac{1}{p^{4s}}+\cdots)\\ &=\prod_{p}(1+\frac{\frac{p}{p^s}+\frac{1}{p^{2s}}}{1-\frac{1}{p^{2s}}})\\ &=\frac{\zeta(2s)\zeta(s-1)}{\zeta(2s-2)}. \end{split} \end{align}
$$\frac{\zeta(2s)\zeta(s-1)}{\zeta(2s-2)}<R(s)<\frac{\zeta(s)\zeta(s-1)}{\zeta(2s-2)}$$ Here we may use the Wiener-Ikehara Theorem to derive asymptotic bounds.
This was as far as I could work out. Are there any results considering the average order of $\mathrm{rad}(n)$ or analytic expression of its Dirichlet series? Thanks.