i too shall skip a few steps
assume n=k is true, ie assumes (3k+1)7^k-1=9Q, Q a positive integer
k+1 statement is:
(3(k+1)+1)7^(k+1)-1
=(7)(7^k)(3k+3+1)-1
=(7)(7^k)(3k+4)-1
=(7)(7^k)((3k+1)+3)-1
=(7)(7^k)(3k+1)+(7)(7^k)(3)-1
=(7)[(7^k)(3k+1)-1]+7+(7)(7^k)(3)-1
=(7)(9Q)+(7)(7^k)(3)+6
now from our initial statement,
(3k+1)7^k-1=9Q
rearranging gives us
7^k=(9Q+1)/(3k+1)
change k into (k+1) and we get
7^(k+1)=(9Q+1)/(3k+4)
sub this in and we get
=(7)(9Q)+(7)(7^k)(3)+6
=(7)(9Q)+(7^(k+1))(3)+6
=(7)(9Q)+[(9Q+1)/(3k+4)](3)+6
=(7)(9Q)+[(9Q+1)/(3k+4)](3)+6(3k+4)/(3k+4)
=(7)(9Q)+[1/(3k+4)][(9Q+1)(3)+6(3k+4)]
=(7)(9Q)+[1/(3k+4)][(9Q+1)(3)+18k+24]
=(7)(9Q)+[1/(3k+4)][27Q+3+18k+24]
=(7)(9Q)+[1/(3k+4)][27Q+18k+27]
=(7)(9Q)+[1/(3k+4)](9)[3Q+2k+3]
=9[7Q+[1/(3k+4)][3Q+2k+3]]
which is divisible by 9
however not sure about the [1/(3k+4)][3Q+2k+3] term and justifying thats an integer though.
I also rushed this, so please do chek.