I'd like to determine the nature of the following serie :
$$\sum_{n\ge 2}\prod_{k=2}^n (2-e^{\frac{1}{k}})$$
Let $u_n = \prod_{k=2}^n (2-e^{\frac{1}{k}})$.
So I "have": $$\begin{aligned} \ln(u_n) &= \sum \ln(2-e^{1/k}) \\& \approx \sum \ln(1-1/k + o(1/k))\\ & \approx \sum 1/k- o(1/k))\\ & \approx -\ln(n) = \ln(1/n)\end{aligned}$$ So I guess that $u_n = \Theta (1/n)$ and so $\sum u_n$ diverge. But all those calculations are not correct since $k$ is not always "big" and we can not sum "$o$" arbitrarily.