A sequence has an initial value of 10 and each term is twice the previous.  Which function models this sequence?

1. a(n)=10(2)"n
2. a(n)=10(2)n-1
3. a(n)=10+2n
4. a(n)=10+2(n-1)