Find all integers $n$, $n \ge 1$, such that $n \cdot 2^{n+1}+1$ is a perfect square.
Problem
Source:
Tags: induction, inequalities, number theory, prime factorization, number theory proposed
20.06.2010 21:32
Let $n \cdot 2^{n + 1} + 1 = k^2;$ We have : $n \cdot 2^{n + 1} = (k - 1)(k + 1);$ We can see, that $k$ - odd! Because of that : 1); $k - 1 = 2^{n}z_1; k + 1 = 2z_2;$ $z_2 \leq n; \Rightarrow 2^{n} \leq 2n - 2$ - for $n \leq 3;$ 2); $k + 1 = 2^{n}z_1; k - 1 = 2z_2;$ $z_2 \leq n; \Rightarrow 2^{n} \leq 2n + 2$ - for $n \leq 3;$ We can see, that $n \leq 3;$ Because of that answer : $n = 3;$ That's all!
20.06.2010 21:51
$n \cdot 2^{n + 1} = (k - 1)(k + 1)$ So $n \cdot 2^{n-1 } = \frac{(k - 1)}{2} . \frac{(k + 1)}{2};$ And now $\frac{{k - 1}}{2}$ , $\frac{{k + 1}}{2}$ are consecutive and ....
20.06.2010 22:17
$n\cdot 2^{n+1}=(p-1)(p+1)$. Let $n=2^k a$, where $a$ is odd. Because $p-1$ and $p+1$ are two consecutive even numbers, one of them has exponent of $2$ equal to $1$ and other $n+k$. We have two cases $\bullet$ $p-1=2^{n+k}a'$ and $p+1=2a''$. Then \[2 a''=p+1>p-1=2^{n+k}a'\ge 2^{a''}\] But it can be easily checked that for $b\ge 1$, $2^{b-1}\ge b$, so we have a contradiction in this case. $\bullet$ $p-1=2a'$ and $p+1=2^{n+k}a''$. After substracting we get $2^{n+k-1}a''-a'=1$. But for $k\ge 1$ we have \[ 2^{n+k-1}a'' \ge 2^{2a'} \ge 2^{a'+1} a'> a'+1\] So, $k=0$. Equation transforms into \[2^{a'a''-1}a''=a'+1\] For $a'>3$ we have $2^{a'a''-1}a''\ge 2^{a'-1}>a'+1$. Checking $a'=1,2,3$ we find solution $n=3$.
20.06.2010 23:28
Please excuse any mistakes made, I'm still rather new to this and I hope it is correct:
.
21.06.2010 00:16
17.05.2012 13:50
Clearly $n\cdot 2^{n+1}+1$ is odd, so, if this number is a perfect square, then $n\cdot 2^{n+1}+1=(2x+1)^2$, where $x\in \Bbb{N}$, whence $n\cdot 2^{n-1}=x(x+1)$. The integers $x$ and $x+1$ are coprime, so one of them must be divisible by $2^{n-1}$, which means that the other must be at most $n$. This shows that $2^{n-1}\le n+1$. An easy induction shows that the above inequality is false for all $n\ge4$. A direct inspection confirms that the only convenient values in the case $n\le 3$ are $0$ and $3$.
31.10.2013 23:47
Really quick bounding solution since we need 2^(n-1)+1 <=n so n<=3. Inspection gives n=3 the only answer.
01.08.2015 18:21
See here: http://artofproblemsolving.com/community/c6h262470p1426044 The problem was already known before the competition
02.08.2015 03:48
Aksenov239 wrote: Ahiles wrote: Find all integers $n$, $n \ge 1$, such that $n \cdot 2^{n+1}+1$ is a perfect square. Let $n \cdot 2^{n + 1} + 1 = k^2;$ We have : $n \cdot 2^{n + 1} = (k - 1)(k + 1);$ We can see, that $k$ - odd! Because of that : 1); $k - 1 = 2^{n}z_1; k + 1 = 2z_2;$ $z_2 \leq n; \Rightarrow 2^{n} \leq 2n - 2$ - for $n \leq 3;$ 2); $k + 1 = 2^{n}z_1; k - 1 = 2z_2;$ $z_2 \leq n; \Rightarrow 2^{n} \leq 2n + 2$ - for $n \leq 3;$ We can see, that $n \leq 3;$ Because of that answer : $n = 3;$ That's all! Aksenov239, Please don't quote the entire post before yours. From now on, we would mark the number of Alert, say, Alert 1, Alert 2, and so on. If some person could have 10 Alert, the member would be deleted the register in AoPS. Thanks in advance.
02.12.2017 14:49
n*2^n+1 + 1 is odd number so we have n*2^n+1 + 1 = (2m+1)^2 n*2^n+1 = (2m+1 - 1)(2m +1 +1) n*2^n+1=4k(k+1) n*2^n-1=k(k+1) From gcd(k, k+1) = 1 problem becomes trivial.
30.06.2022 14:09
Let $n\cdot 2^{n+1} + 1 = k^2$. So $n\cdot 2^{n+1} = (k-1)(k+1)$. Note that this implies $k$ is odd. Case 1: $\nu_2(k-1) = n$ and $\nu_2(k+1) = 1$. Let $k+1=2c$. Then we have $c\le n$. So $2^n\le k-1 < k+1 = 2c \le 2n$, which implies $n\le 2$, both $n=1$ and $n=2$ don't work. Case 2: $\nu_2(k-1) = 1 $ and $\nu_2(k+1) = n$. Let $k-1 = 2c$. Then we have $c\le n$. So $2^n -2 \le (k+1)-2 = k-1 = 2c \le 2n$. so $2^n \le 2n+2\implies n\le 3$. Clearly only $\boxed{n=3}$ works.
17.03.2023 18:10
just use the fact that if $n$ and $n+2$ are two consecutive even integers then one of them is divisible by 2 at most,and the other one is divisible by $2^n$ ,where $n>=2$. You will be left with 4 cases and thats it.
19.04.2023 20:46
Let $n \cdot 2^{n + 1} + 1 = k^2; n*2^{n + 1}=(k - 1)(k + 1)$. Since k is odd, if $k=m*2^q+1$, then $k-1\equiv{0}$ mod 2^q, but $k+1\equiv{2}$ mod 2^q, implying k+1 (or k-1, since we did this WLOG) is a multiple of 2 but not one of 4. 1); $k - 1 = 2^{n}i; k + 1 = 2j$. This implies that $k+1\leq n$, or $2^n*j=k-1\leq 2^n\leq 2n-2$. We can either have the first one, or since we did this WLOG, we can similarly derive $2^n\leq 2n+2$. It is obvious that 2^n increases MUCH much faster than 2n+2, so we can get that $\boxed{n=3}$. Nice problem!
14.08.2023 22:08
Answer:$3$. $n.2^{n+1}=x^2-1=(x-1)(x+1)$ There are $4$ cases. $i)x-1=2n,x+1=2^n \implies n+1=2^{n-1} \implies n=3$ $ii)x-1=2,x+1=2^nn \implies 4=2^nn$ No solution $iii)x-1=2^nn,x+1=2 \implies $ No solution $iv)x-1=2^n,x+1=2n \implies 2^{n-1}=n-1\implies $ No solution