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