How to prove that the sum of the first $1+3+9+\cdots+3^n$ natural numbers is equal to $1^2+3^2+9^2+\cdots+(3^n)^2$?
I've tried induction, but I can't get through the induction step. The base is simple, but in the step I can only use the induction hypothesis in a way that would give me the conclusion that the sum of the first $1+3+9+\cdots+3^{n+1}$ is equal to the sum of the first $1+3+9+\cdots+3^n$ numbers, but also the sum of the remaining $3^{n+1}$ numbers, and I don't know how to proceed from here. Any hints would be helpful.
inductionbecause you don't need induction (unless you insist on using it for some reason). – dxiv Aug 09 '17 at 22:50