Icebreaker
n_1 = 1
a_1 = 1
n_i = i
a_i = 8 a_{i-1} + 1
Is it possible to show that a_i - n_i is a multiple of 7 for all i > 1?
a_1 = 1
n_i = i
a_i = 8 a_{i-1} + 1
Is it possible to show that a_i - n_i is a multiple of 7 for all i > 1?
Last edited by a moderator: