Question 1080574

what is gm of sequence 1,2,4,8...2^n
<pre><b><u>Let me start you off</b></u>
Rule of this sequence: {{{highlight_green(matrix(1,3, a[n], "=", 2^(n - 1)))}}}