How Very Odd

If n = m 2 1000 1 n = m^{2^{1000}} - 1 , then the greatest power of 2 2 that always evenly divides n n for any odd integer m m is

2 3000 2^{3000} 2 1002 2^{1002} 2 1001 2^{1001} 2 2000 2^{2000}

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

we may use a 2 b 2 = ( a b ) ( a + b ) a^2-b^2=(a-b)(a+b) iteratively to get

m 2 1000 1 = ( m 1 ) j = 0 999 ( m 2 j + 1 ) m^{2^{1000}}-1=(m-1)\prod_{j=0}^{999}(m^{2^j}+1)

then two cases are considered, knowing that either m 1 m-1 or m + 1 m+1 is divisible by 4 4 . If 4 m 1 m 1 ( m o d 4 ) 4|m-1 \implies m \equiv 1 \ (mod \ 4) then 4 m 2 j + 1 4 \nmid m^{2^j}+1 for all j j . So, we have a total of 1001 1001 terms that are all divisible by 2 2 , except for m 1 m-1 that is divisible by 4 4 and the whole expression would be divisible by 2 1002 2^{1002} .

Same reasoning can be applied to the case 4 m + 1 4|m+1 to deduce the whole expression would be divisible by 2 1002 2^{1002} .

Nice solution!

David Vreken - 1 year, 11 months ago
Patrick Corn
Sep 30, 2019

The LTE lemma says that ν 2 ( m 2 1000 1 ) = ν 2 ( m 1 ) + ν 2 ( 2 1000 ) + ν 2 ( m + 1 ) 1 , \nu_2\left(m^{2^{1000}}-1 \right) = \nu_2(m-1) + \nu_2(2^{1000}) + \nu_2(m+1) -1, so ν 2 ( m 2 1000 1 ) = 999 + ν 2 ( m 2 1 ) . \nu_2\left( m^{2^{1000}} - 1 \right) = 999 + \nu_2(m^2-1).

Now m 2 1 m^2-1 is always divisible by 8 , 8, so ν 2 ( m 2 1 ) 3 , \nu_2(m^2-1) \ge 3, so ν 2 ( m 2 1000 1 ) 1002 , \nu_2\left( m^{2^{1000}} - 1\right) \ge 1002, and if m = 3 m=3 then equality holds.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...