I need to compute the following limit: $$\lim_{n \to \infty} \sqrt[n] {\frac{2^{\left(\frac{n^2+n+1}{n}\right)}-1}{n^2+n+1}}$$
I was solving a problem about the limit of an integral and I arrived after a lot of algebraic manipulation to this expression. I don't know if it's possible to simplify more, and also I don't know how to compute it. I only know that the answer is $2$ (by W.A). I was thinking of squeezing the expression below the $n$-th root, but I couldn't find good bounds either.
Any hints are appreciated
$$\lim_{n \to \infty} \sqrt[n] {\dfrac{2^{\left(\frac{n^2+n+1}{n}\right)}-1}{n^2+n+1}} = \lim_{n\to\infty}\left(\dfrac{2^{\left(\frac{n^2+n+1}{n}\right)}-1}{2^{\left(\frac{n^2+n+1}{n}\right)}}\right)^\frac{1}{n}\times\lim_{n\to\infty}\left(\dfrac{n^2}{n^2+n+1}\right)^\frac{1}{n}\times\dfrac{\lim_{n\to\infty}2^{\frac{n^2+n+1}{n^2}}}{\lim_{n\to\infty}n^\frac2n}\\ =1\times 1\times \dfrac21=\boxed2$$