$$\sum_{n=0}^\infty \frac{(1+\frac{1}{n})^n\cdot n!}{n^n}x^n$$
Hello, this power series has a radius of $e$, but I cannot conclude if it diverges or converges in $x = -e$, I didn't succeed writing it formally. I would to receive hints or a valid solution, thanks.
Use Stirling's approximation as noted by @Robert Z $$n! \sim \sqrt{2 \pi n} \frac{n^n}{e^n}$$ So $$ \sum_{n=0}^\infty \frac{(1+\frac{1}{n})^n\cdot n!}{n^n}x^n \sim \sqrt{2 \pi}\sum_{n=0}^\infty f(n)$$ where $$f(n) = (1+\frac{1}{n})^n\cdot \sqrt{ n} \frac{1}{e^n}x^n$$ For $x = -e$, we have $$f(n) = (-1)^n(1+\frac{1}{n})^n\cdot \sqrt{ n} $$ Consider Let's work with $\vert f(n) \vert$ $$g(n) = \log \vert f(n) \vert = \underbrace{n \log(1+\frac{1}{n})}_{\rightarrow 1} + \underbrace{\frac{1}{2} \log n}_{\rightarrow \infty} \rightarrow +\infty$$ So $$\vert f(n) \vert \rightarrow + \infty \neq 0$$ Hence, the series diverges.