I have a trouble with this example:
$$n(\sqrt[n]n-1)$$
I've been trying to do it this this way:
$$a_n = \frac{(\sqrt[n]n-1)(\sqrt[n]n^{n-1}+\sqrt[n]n^{n-2}+\dots+1)}{\sqrt[n]n^{n-1}+\sqrt[n]n^{n-2}+\dots+1}= \frac{n-1}{\sqrt[n]n^{n-1}+\sqrt[n]n^{n-2}+\dots+1}$$
And then I tried to factor out "n", but I realized that's not going to work here. Can you give me any tips? Thank you in advance.