If n = m 2 1 0 0 0 − 1 , then the greatest power of 2 that always evenly divides n for any odd integer m is
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.
Nice solution!
The LTE lemma says that ν 2 ( m 2 1 0 0 0 − 1 ) = ν 2 ( m − 1 ) + ν 2 ( 2 1 0 0 0 ) + ν 2 ( m + 1 ) − 1 , so ν 2 ( m 2 1 0 0 0 − 1 ) = 9 9 9 + ν 2 ( m 2 − 1 ) .
Now m 2 − 1 is always divisible by 8 , so ν 2 ( m 2 − 1 ) ≥ 3 , so ν 2 ( m 2 1 0 0 0 − 1 ) ≥ 1 0 0 2 , and if m = 3 then equality holds.
Problem Loading...
Note Loading...
Set Loading...
we may use a 2 − b 2 = ( a − b ) ( a + b ) iteratively to get
m 2 1 0 0 0 − 1 = ( m − 1 ) j = 0 ∏ 9 9 9 ( m 2 j + 1 )
then two cases are considered, knowing that either m − 1 or m + 1 is divisible by 4 . If 4 ∣ m − 1 ⟹ m ≡ 1 ( m o d 4 ) then 4 ∤ m 2 j + 1 for all j . So, we have a total of 1 0 0 1 terms that are all divisible by 2 , except for m − 1 that is divisible by 4 and the whole expression would be divisible by 2 1 0 0 2 .
Same reasoning can be applied to the case 4 ∣ m + 1 to deduce the whole expression would be divisible by 2 1 0 0 2 .