Prove that 53n+1 is divisible by 3n+1 for all nonnegative integers n.
I've done part of this problem but can't seem to complete it. If you want to see what I've done already just ask
For the base case: n = 0.
When n=0,530+1=630+1=33|6
Assume 53k+1 is divisible 3k+1.
53k+1+1=53(3k)+1=(53k+1)(52(3k)−53k+1)
Now, 52(3k)≡22(3k)≡43k≡13k≡1(mod3)
53k≡23k≡22K+1≡2(mod3) for some K∈Z
Therefore 3|(52(3k)−53k+1)
The proposition is proved.
P.S.: I cheated and used some modular arithmetic ^_^