0

I'm trying to do this homework problem that states the following:

Prove or disprove: there exists $a \in \Bbb N$ such that for all $n \in \Bbb N$, $an + 1$ is prime.

I tried splitting it into cases based on the parity of $a$ and $n$ but so far all I've really been able to prove is the pretty obvious part that $an+1$ can't be even.

Any hints on how to solve this?

emacs drives me nuts
  • 10,390
  • 2
  • 12
  • 31
nicons
  • 63
  • https://math.stackexchange.com/questions/193800/how-to-demonstrate-that-there-is-no-all-prime-generating-polynomial-with-rationa – Mini Mar 04 '20 at 12:44
  • 1
    Hint: if $p$ is any prime not dividing $a$ then we can solve $aN\equiv 1 \pmod p$ for $N$. – lulu Mar 04 '20 at 12:45

1 Answers1

3

Hint: For any $a$, we have $(2a-1)^2 = a(4a-4) + 1$

Ben Grossmann
  • 225,327