Suppose $X_2, X_3, \dots$ are independent random variables. Assume that $X_k$ has the exponential distribution with parameter $\lambda_k = \binom{k}{2}$ for all $k$. Let $$T_n = \sum_{k=2}^n kX_k.$$ Show that $\frac{T_n}{2\log n}$ converges to $1$ in probability.
According to our assumption, we have $\mathrm{E}(X_k)=1/\lambda_k$ and $\mathrm{Var}(X_k)=1/\lambda_k^2$. I'm trying to apply the weak law of large numbers to $\{kX_k\}_{k=1}^\infty$ but where does the $\log n $ come from? Any help is appreciated!