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