Writing an expression in summation notation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
SithsNGiggles
Messages
183
Reaction score
0
How would I write

1 + n + n(n - 1) + n(n - 1)(n - 2) + ・・・ + n!

in sigma notation? If it's possible.
 
Mathematics news on Phys.org
[tex]\sum_{i = 0}^{n} \frac{n!}{(n - i)!}[/tex]