Prove that, there are infinitly many integers $n$; such that $n\mid 2^n+1$.
I have found that $n=1,3$ works as well.
But I can't found any more.
2 Answers
Hint: show that if $n$ is odd and $n \mid 2^n + 1$ then $3n \mid 2^{3n} + 1$.
- 10,468
-
1
-
@shabnamjamali I noticed $9 \mid 2^9 + 1$ and thought maybe there was a reason for it. Also $k=3$ is the least number such that $2^n+1$ evidently divides $2^{kn}+1$, so I was trying to check out if it helps. – Adayah Aug 19 '17 at 08:27
-
-
@sirous First of all, what you're referring to are Fermat numbers, not all of which are prime. Second of all, how is this related to my answer? I'm assuming that $n$ is odd. – Adayah Aug 20 '17 at 16:32
-
-
@Eitank What doesn't work? The implication is true for $n=7$ since the assumption $n \mid 2^n+1$, i.e. $7 \mid 129$, is false. – Adayah Dec 30 '20 at 13:11
-
Lemma : Let $l$ and $k$ be odd natural numbers, such that $l \mid k$. Then we have:
$$ a^l+1 \mid a^k+1 . $$
Let $\color{Green}{n_1=1}$; and let $\color{Green}{n_{j+1}=2^{n_j}+1}$; the first terms are as follows:
$$ n_1=1, \ \ \ \ n_2=3, \ \ \ \ n_3=9, \ \ \ \ n_4=513, \ \ \ \ n_5=2^{513}+1 \ \ ; \ \ \ \ ... $$
We claim that: $\color{Blue}{n_i \mid n_{i+1}}$.
Proof by induction:
$n_1 \mid n_2$.
Suppose that the claim is true for $j=i$;
we will show that,
this implies the claim for $j=i+1$.
$$ n_i \mid n_{i+1} %\Longrightarrow %n_i \mid 2^{n_{i+1}}+1 \overset { \tiny{\text{by lemma}} } {\Longrightarrow} 2^{n_i}+1 \mid 2^{n_{i+1}}+1 {\Longrightarrow} n_{i+1} \mid n_{i+2} $$
But notice that the statement $\color{Blue}{n_i \mid n_{i+1}}$ is equivalent to $\color{Red}{n_i \mid 2^{n_i}+1}$ .
- 4,223
Closed under multiplication: if x and y are terms then so is x*y.
– Raffaele Aug 19 '17 at 08:26