1

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.

  • 1
    A related question can be found here: (https://math.stackexchange.com/questions/97229/how-many-rationals-of-the-form-large-frac2n1n2-are-integers/424244#424244), which shows that only $n = 1,3$ can satisfy $n^2 | 2^n + 1$. – Toby Mak Aug 19 '17 at 08:17
  • It also works for $9$ and $27$ among others. Do you notice something convenient about the pattern $1,3,9,27$? Can you make a conjecture using this pattern so far? Can you prove your conjecture is true? – JMoravitz Aug 19 '17 at 08:18
  • 2
    https://oeis.org/A006521

    Closed under multiplication: if x and y are terms then so is x*y.

    – Raffaele Aug 19 '17 at 08:26
  • I am posting this comment again here in case the other thread that asks this question is deleted. See IMO 2000, Problem 5. You can demand that $n$ has exactly $k$ prime factors for any nonnegative integer $k$. You can prove this by induction (on $k$). Here is one source: https://sms.math.nus.edu.sg/Simo/IMO_Problems/00.pdf. – Batominovski Oct 13 '19 at 17:40

2 Answers2

7

Hint: show that if $n$ is odd and $n \mid 2^n + 1$ then $3n \mid 2^{3n} + 1$.

Adayah
  • 10,468
3

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}$ .

Davood
  • 4,223