Notice that whenever $n$ is even, $a_n=0$, hence if the sequence converges, it better converges to $0$.
Usually $n$ is reserved for interger, in particular in this context when we use it as a sequence index. Hence if you are really intested, just write a for loop to generate a few numbers.
But suppose even if you treat it as a real number and you ask the question, does
$$\lim_{x \to \infty}\frac{\sin (nx)}{x}$$
exists? and if so, what is the limit (it better be zero if it exists for the same reason).
We can again, use squeeze theorem since $-1\le \sin(\pi x/2)\le 1$.
For large $x$, $x$ is positive $$-\frac1x \le \frac{\sin(\pi x/2)}{x}\le \frac1x$$
Now, by squeeze theorem, the limit is $0$.
$$0=\lim_{x \to \infty }-\frac1x \le \lim_{x \to \infty}\frac{\sin(\pi x/2)}{x}\le \lim_{x \to \infty}\frac1x=0$$
