It is easy to give examples of sequences which take rational values but have irrational limit (in fact Cantor constructed the real number system as limits of such convergent sequences of rational numbers). My favorite non-trivial example is the sequence $$x_{1} = 1, x_{n + 1} = \frac{1}{2}\left(x_{n} + \frac{2}{x_{n}}\right)$$ which by definition takes rational values only and converges to $\sqrt{2}$.
Since you already know that the limit of $a_{n} = (1 + (1/n))^{n}$ is $e$, it follows that $b_{n} = (1 + (1/n^{2}))^{n^{2}}$ also tends to $e$ and hence $c_{n} = (1 + (1/n^{2}))^{n} = b_{n}^{1/n} \to 1$. Using similar technique and noting and $e > 1$ you can prove that $d_{n} = (1 + (1/n))^{n^{2}} \to \infty$. Note that the above arguments are based on the following two limits:
- If $x > 0$ then $x^{1/n} \to 1$ as $n \to \infty$.
- If $x > 1$ then $x^{n} \to \infty$ as $n \to \infty$.
I hope you are aware of these simple results (including their proofs).
In case you don't want to use any information about $e$ then you can proceed as follows. By the Bernoulli's Inequality we have $$1 > \left(1 - \frac{1}{n^{2}}\right)^{n} > 1 - \frac{1}{n}$$ and hence on taking limit as $n \to \infty$ and using squeeze theorem we get $$\lim_{n \to \infty}\left(1 - \frac{1}{n^{2}}\right)^{n} = 1\tag{1}$$ Similarly we can prove $$\lim_{n \to \infty}\left(1 - \frac{1}{n^{4}}\right)^{n} = 1\tag{2}$$ and dividing $(2)$ by $(1)$ we get $$\lim_{n \to \infty}\left(1 + \frac{1}{n^{2}}\right)^{n} = 1\tag{3}$$ Next using Bernoulli's Inequality again we get $$\left(1 + \frac{1}{n}\right)^{n^{2}} > 1 + n$$ and therefore $$\left(1 + \frac{1}{n}\right)^{n^{2}} \to \infty$$ as $n \to \infty$.