Assuming that it is for all n > 1,
n = 1,
23 + 33 = 8 + 27 = 35, which is divisible by 5
Therefore assume that k is an interger for which the statement is true, that is
2k+2 + 33k = 5m, for some integer m,
i.e. 33k = 5m - 2k+2
Now we have to prove the statement for n = k+1, that is
2k+3 + 33k+3
= 8*2k + 27*33k
using the induction hypothesis,
= 8*2k + 27(5m - 2k+2
= 8*2k + 27*5m - 108*2k
= 27*5m - 100*2k2
= 5(27m - 20*2k), which is divisible by 5, therefore the statement is true for all n > 1 by mathematical induction.