I am trying to solve a homework question in which a part involves the evaluation of a summation.
The summation is: $$ \sum_{i=0}^n2^{2i+1} $$
and this is my attempt which i am stuck at. Any lead into this would be help full.
$$ \sum_{i=0}^n2^{2i+1} = \sum_{i=0}^n (2^{2i})(2) = 2\sum_{i=0}^n2^{2i} $$
when i expand this out like so $$ 2\sum_{i=0}^n2^{2i} = (2)(1+2^2+2^4+2^6 + ... + 2^{2n}) $$
I don't see or know any existing summation that can help me solve this or any way to use pertubation to solve this. Again any lead into helping me out will go a long way
Thanks in advance!
Hint 1: $2^{2i} = 4^i$
Hint 2: $(1+x+x^2+...+x^n)(1-x) = 1-x+x-x^2+x^2-x^3+...+x^n-x^{n+1}$