PDA

View Full Version : Sum


kj13529
Aug5-07, 08:40 AM
I need to find the sum of 2^n/n! from n=2 to infinity, i know that it converges to e^x but how do i find the sum?

Kummer
Aug5-07, 08:53 AM
I need to find the sum of 2^n/n! from n=2 to infinity, i know that it converges to e^x but how do i find the sum?

It is e^2.
Since x^n/n! sums to e^x substitute x=2 to get answer.

kj13529
Aug5-07, 08:55 AM
Thanks, it was so simple -.-