I am really having trouble answering this question that i've been set
Prove that 2^(3^n) + 1 is divisible by 3^(n+1)
i have tried a few numbers and it definately is true, however i have no idea how to prove it, any help would be greatly appreciated
Printable View
I am really having trouble answering this question that i've been set
Prove that 2^(3^n) + 1 is divisible by 3^(n+1)
i have tried a few numbers and it definately is true, however i have no idea how to prove it, any help would be greatly appreciated
Use induction.
Put, and
Thenand
so the base case holds.
Now supposefor some
, then:
............
The first of the terms is divisible byby assumption, and as a odd power of two is congurent to
modulo
and its square is congruent to
modulo
the second factor is divisible by
and so we have
is divisible by
.
Which allows us to conclude by mathematical induction thatis divisible by
for any
.