By computation, I feel like there is a finite number of prime (the only prime I found is where $n = 2$, so $ n^2 -1 = 3$)
Also, for the general form $n^2 - a$ where a is some positive integer:
For which values of a will there be an infinite number of primes given by $n^2 - a$?
We have $n^2 - 1 = (n - 1)(n+1)$. Therefore the number $n^2 -1$ is only prime, when one of these factors equals $1$, i.e. $n = 2$.