I started to solve a task and I did it. Tasks says:Find the currence formula of the range with these terms:$1,2,4,8 \dots$ I found it: $$X_1=1,X_{n+1}=1+X_1+X_2+\dots+X_n, n\ge1.$$
Now I'm trying to prove with mathematical induction that the general term of the range is $X_n=2^n$.
Can anyone tell me how to prove it?
Thank!