As the title says I have to calculate a limit:
$$\lim_{x\to0}\left(\ln(1+x)+\ln(1+2x)+...+\ln(1+px)\right)^x$$
I've transformed the sum into one logarithm $\ln\left((1+x)(1+2x)...\right)$etc but I don't see how it helps me further. Some hints would be great.
Using $$\ln(1+x)\sim_0 x$$ we have
$$\left(\ln(1+x)+\ln(1+2x)+\cdots+\ln(1+px)\right)^x\sim_0\left(\frac{p(p+1)}{2}x\right)^x\\=\exp\left(x\ln\left(\frac{p(p+1)}{2}x\right)\right)\xrightarrow{x\to0}1$$