Write a formula for the nth term of the infinite sequence. Do not use a recursion formula. 4,16,64,256,1024

1 answer

a_n = 4 * (4^n)