For the sequence $a_n=n^{\frac 1n}$, first I have shown that the sequence is decreasing for $n \ge 3$ and bounded below by $1$. So it must converge and I call its limit $\lim\limits_{n \to \infty} a_n=a$. Its subsequence $a_{2n}$ must also converge to this limit, so $\lim\limits_{n \to \infty} a_{2n}=\lim\limits_{n \to \infty} a_n=a$.
Then I write $a_{2n}$ as $$a_{2n}=(2n)^{\frac 1 {2n}} = 2^{\frac 1 {2n}} \cdot (n^{\frac 1 {n}})^{\frac 1 {2}} = 2^{\frac 1 {2n}} \cdot \sqrt a_n $$
And when I take the limit as $n$ goes to infinity, I get the following
$$\lim\limits_{n \to \infty} a_{2n}=a= \lim\limits_{n \to \infty} (2^{\frac 1 {2n}} \cdot \sqrt a_n) = 2^0 \cdot \sqrt a$$
since $\lim\limits_{n \to \infty} \frac 1 n=0$ and $\lim\limits_{n \to \infty} a_n =a$.
From here I simply solve $a=\sqrt a$, get $a=1$ and conclude that the limit is $1$.
I am not sure if my proof is correct because in the following links, I couldn't find any solution similar to this:
Prove sequence $a_n=n^{1/n}$ is convergent
Proof of $\lim_{n\to \infty} \sqrt[n]{n}=1$
Can you please confirm my solution?