Here is where I started
Note that $n$ must be a prime number Note that $n = 2$ is not a solution Note that $n = 3$ is a solution Assume there is some prime number $p$ such that $p > 3$ and $p$ and $p^2 + 2$ are prime
$p$ can be written as $3+k$ where $k$ is an even natural number
hence,$$ p^2+2 = (3+k)^2+2 = 9+6k+k^2+2$$ $$= k^2 + 6k + 11$$ I am stuck, I don't know where to go even though I know k is even...