Question

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

Answers

GPT 3.5
a_n = 4 * (4^n)