I have to find the infimum and the supremum (if they exist) of A:
$$A=\{a_n:=\frac{(n^2+(-1)^n(n-1)^2}{3n^{(1+(-1)^n)}+2n},\ n\in\mathbb{N}\setminus\{0\}\}$$
I have worked as follows:
$1) a_1=\frac{1}{5},\, a_2=\frac{5}{16}, a_3=\frac{5}{9}, a_4=\frac{25}{16}$, where
$$a_1<a_3$$ and $$a_2<a_4$$
maybe the subsequence of the odd terms are both of them increasing? In this case
$$\exists \lim_{n\to\infty}a_{2n}=\frac{2}{3}=sup\{a_{2n}\}\,\,\,\,\text{and}\,\,\,\, \exists \lim_{n\to\infty}a_{2n+1}=1=sup\{a_{2n+1}\}$$
Then $$supA=max\{\frac{2}{3},1\}=1$$
$2)$ Since both of the subsequences are increasing then $$a_1<a_{2n+1}\, \forall n\geq 0$$
$$a_{2}<a_{2n}\, \forall n\geq 1$$
So
$$infA=min\{\frac{1}{5},\frac{5}{16} \}=\frac{1}{5}=minA$$
To do: can you tell me if my idea is right please? Anyway if it was, I should verify the sequence to be increasing!
Here, the general approach I use when I have to work on sequenceces with terms like $(-1)^n$.
Let $b_k$ the sequence define by:
$$b_k = \frac{4k^2+(2k-1)^2}{3\cdot 4k^2+4k}$$
where I replaced $n$ with $2k$, noticing $(-1)^{2k}=1$. As you noticed $b_k$ is monotonically increasing: you can prove it by induction or noticing that $b_{k+1}-b_k>0 \;\; \forall k\in \mathbf{N}$. Also: $$\lim_{k \to +\infty}b_k = \lim_{k\to+\infty}\frac{4k^2+(2k-1)^2}{3\cdot 4k^2+4k}\sim\lim_{k\to+\infty}\frac{8k^2}{12k^2}=\frac{2}{3}\implies \sup_k\{b_k\}=\frac{2}{3}$$ And: $$b_1=a_2=\inf_k\{b_k\}=\min_k\{b_k\}=\frac{5}{16}$$
With the same method, let: $$c_i=\frac{(2i+1)^2-4i^2}{4i+5}$$ with $n=2i+1$, noticing $(-1)^{2i+1}=-1$. Also, $c_i$ is monotonically increasing (you can show it with the same method of $b_k \; (*)$. Taking the limit: $$\lim_{i\to +\infty}\frac{(2i+1)^2-4i^2}{4i+5}\sim\lim_{i\to +\infty}\frac{4i}{4i}=1 \implies \sup_i\{c_i\}=1$$ And: $$c_0=a_1=\min_i\{c_i\}=\inf_i\{c_i\}=\frac{1}{5}$$
Notice, aslo, that $\max_i\{c_i\}$ and $\max_k\{b_k\}$ are not defined.
Now, comparing, we can conclude that:
Your calculations are correct.
For completness, I'll show $(*)$: $$c_{i+1}-c_i=\frac{4\cdot(i+1)+1}{4\cdot(i+1)+5}-\frac{4i+1}{4i+5}=\frac{(4i+5)^2-(4i+1)\cdot(4i+9)}{(4i+9)\cdot(4i+5)}=\frac{16}{(4i+9)\cdot(4i+5)}>0\,\;\forall i\in \mathbf{N}$$ $c_i$ is monotonically increasing.