dwdoyle8854
- 16
- 0
Homework Statement
"Find the sum of the seires:
3 + (9/2!) + 27/3! +81/4!+ ... "
Homework Equations
e^x = Ʃ n=0 to inf (x^n)/n!
The Attempt at a Solution
=3(1 +3/2! + 9/3! + 27/4! + ...
=3*Ʃ n=0 to inf( (3^n)/(n+1)!)
=Ʃ n=0 to inf( (3^(n+1))/(n+1)!)
. unsure what to do from here, maybe break apart the sigma by re-indexing? I am not sure how to do this. Any help would be greatly appreciated.