Today I need your help to know if the proof I have provided below is correct or not. I want to prove that there is no prime of the form $2\cdot 17^a+1$ where $a\in \mathbb N$.
Now, first of all, I tried to get some initial information about $a$ and used MAPLE 14. I came to know that if $a=47$ then the above number is indeed prime but otherwise for any $a\in \mathbb N\backslash \{47\}$ with $a\leq 3000$ so far, computationally it has been shown that $2\cdot 17^a+1$ is not prime.
So we can take the advantage of it and conjecture: ** No number of the form $2\cdot 17^a+1$ is prime if $a\geq 3000$**
Proof:
Note that for $a\geq 3000$, we have \begin{align*} &2\cdot 17^a+1\\ \equiv &(-1)(-1)^a+1[3]\\ \equiv &(-1)^{a+1}+1[3]\\ \equiv &0[3] \end{align*}
provided $a\equiv 0[2]$.
Next we check the case when $a$ is odd. Assume that $a=2a_1+1, a_1\in \mathbb N$. (when $a=1$ then $2\cdot 17^1+1=35=5\cdot 7$ hence not prime. So we see for $a=3, 5, 7 $ etc i.e. $a=2a_1+1$ form.)
This time we see that \begin{align*} &2\cdot 17^a+1\\ = &2\cdot 17^{2a_1+1}+1\\ \equiv &2(2)^{2a_1+1}+1[5]\\ \equiv &2(2^2)^{a_1}2+1[5]\\ \equiv &(-1)(-1)^{a_1}+1[5]\\ \equiv &(-1)^{a_1+1}+1[5]\\ \equiv &0[5] \end{align*} provided $a_1+1$ is odd viz $a_1$ is even.
So next we have to check what happens if we let $a_1=2a_2-1$ form. In this case the number will become as $$2\cdot 17^{2a_1-1}+1=2\cdot 17^{4a_2-3}+1.$$
And then taking modulo 5, we obtain as \begin{align*} &2\cdot 17^{4a_2-3}+1\\ \equiv & 2(2)^{4a_2-3}+1[5]\\ \equiv & 2(2)^{4a_2}2^{-3}+1[5]\\ \equiv & 2(1)(2^3)^{-1}+1[5]\\ \equiv & 2(3)^{-1}+1[5]\\ \equiv & 2\cdot 2+1[5]\\ \equiv & 0[5] \end{align*}
Thus we conclude that $2\cdot 17^a+1$ when $a\geq 3000$, is composite number.
Please tell if I have made any mistake on proving this.
Thanking to all of you in advance.
2.17
is "2 times 17" and not a decimal number with fractional digits ... – Martin R May 22 '14 at 15:14