True or False ?
is divisible by , for every positive integer .
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.
I will start by reducing the divisibility problem's difficulty. Notice that 5 4 = 2 × 2 7 = 2 × 3 3 . And 2 2 n + 1 − 9 n 2 + 3 n − 2 ≡ 0 − 1 + 1 − 0 ≡ 0 m o d 2 . This means that the only difficult part is proving the numbers are always divisible by 2 7 . Later I will reduce this to divisibility by 9 but for that we need a little algebra: 2 2 n + 1 − 9 n 2 + 3 n − 2 = 2 2 n + 1 − 2 − 9 n 2 + 3 n = 2 ( 2 2 n − 1 ) − 9 n 2 + 3 n = 2 ( 4 n − 1 ) − 9 n 2 + 3 n = 2 × 3 × ∑ k = 0 n − 1 4 k − 9 n 2 + 3 n = 3 ( 2 ∑ k = 0 n − 1 4 k − 3 n 2 + n ) .
It is clear that this number if divisible by 27 if and only if 2 ∑ k = 0 n − 1 4 k − 3 n 2 + n is divisible by 9. To prove that this number is indeed divisible by 9 I will find a formula for ∑ k = 0 n − 1 4 k m o d 9 . Notice that:
∑ k = 0 n − 1 4 k = ∑ k = 0 n − 1 ( 3 + 1 ) k = ∑ k = 0 n − 1 ∑ j = 0 k ( j k ) 3 j . And we can actually write this as: 1 + 4 + ∑ k = 2 n − 1 ∑ j = 0 k ( j k ) 3 j = 5 + ∑ k = 2 n − 1 ∑ j = 0 k ( j k ) 3 j ≡ 5 + ∑ k = 2 n − 1 ∑ j = 0 2 ( j k ) 3 j ≡ 5 + ∑ k = 2 n − 1 ( 1 + 3 k ) ≡ 5 + 2 3 n 2 − 2 n − 5 ≡ 2 3 n 2 − 2 n m o d 9
So to conclude: 2 ∑ k = 0 n − 1 4 k − 3 n 2 + n ≡ 3 n 2 − n − 3 n 2 + n ≡ 0 m o d 9