sum question



What is the value of

sum_{k=1}^n (n-k) *a^k =sum(k=1 to n, (n-k)*a^k)

when 0<a<1
.