$$\sum\limits_{n=1}^{\infty}\left(1-\frac{p \ln(n)}{n}\right)^{n}$$
For which $p$ does it converge?
I tried to write it in a different way : $$\left(1-\frac{p \ln(n)}{n}\right)^{n} = \left[\left(1-\frac{1}{\frac{n}{p\ln(n)}}\right)^{\frac{n}{p\ln(n)}}\right]^{-p\ln(n)} \sim e^{-p\ln(n)}$$
so i have to compare the original one with $e^{-p\ln(n)}$ which is convergent for $p>1$.
I am not sure if that is correct and how to prove that the lim exist with the comparison test.
By the Taylor series expansion of $x \mapsto \ln(1-x)$, $0\le x<1$, near $0$, one has $$ \ln(1-x)=-x+O(x^2). $$ Then one may write, as $n \to \infty$, \begin{align} \left(1-\frac{p \ln(n)}{n}\right)^{n}&=e^{n\ln \left(1-\frac{p \ln(n)}{n} \right)} \\\\&=e^{-n\frac{p \ln(n)}{n} +n\,O\left(\frac{\ln^2 n}{n^2}\right)} \\\\&=e^{\ln \frac{1}{n^p}}\times e^{O\left(\frac{\ln^2 n}n\right)} \\\\&=\frac{1}{n^p}\times e^{o(1)} \\\\&\sim \frac{1}{n^p} \end{align} the given series converges iff $p>1$ by the limit comparison test.