I am interested in the behaviour when $n$ is large of the following function: $$f(n) := \frac{n^n}{n^n - (n - 1)^n + 1}.$$ The limit of this function as $n$ approaches infinity is $$\lim_{n \to \infty} f(n) = \frac{e}{e - 1},$$ where $e$ is Napier's Constant.
However, I would like to have more information about this function, such as a series expansion at $n = \infty$, where the dominant term is $e/(e - 1)$, and there is an explicit error term that is $o(1)$ as $n \to \infty$.
Wolfram Alpha doesn't want to give any expansion. Mathematica gives some expansion, but it is not immediate from the expression even that the limit is $e/(e - 1)$.