The conjecture that $n^2+1$ contains infinitely many primes is equivalent to saying that $(n-1)^2+1$ contains infinitely many primes because the sequence $n-1$ contains all terms of the sequence $n$.
$(n - 1)^2 + 1 = (n^2 - 2n + 1) + 1 = n^2 - 2n + 2 = n^2 + (-2n+2) = n * n + (-2n + 2)$.
Dirichlet tells us that any sequence $a + nd$ where $a$ and $d$ are coprime contains infinitely many primes. Now, consider the fact that $-2n + 2 = -2(n - 1)$ for any $n$ and that $n$ is always coprime with $n - 1$, which means that any odd $n$ is coprime with $-2(n - 1) = -2n + 2$. Since there are infinitely many odd numbers, $n * n + (-2n + 2)$ contains infinitely many numbers in the form $a + nd$ where $a$ and $d$ are coprime, which means that $n * n + (-2n + 2) = (n - 1)^2 + 1$ contains infinitely many primes, implying that $n^2+1$ also contains infinitely many primes.