Recursive:
a1=20
a n = a(n-1) x 4
Explicit:
a n = 20 x 4^(n-1)
[x is multiplication, not a variable]
9.4m questions
12.2m answers