Each term is 4 times greater than the previous term; that is, an+1/an = 4. The sequence is an = 3*4(n-1), n=1, 2, 3, ...
n an = 3*4(n-1)
1 3 3*40
2 12 3*41
3 48 3*42
4 192 3*43
5 768 3*44
------
sum = 1023