Possible Duplicate:
Partial sum of rows of Pascal's triangle
Working on the Euler characteristic of some topological space, I was led to the following situation. Let $a$ be a given positive integer and the sequence $u_i={1\over i!} \prod_{j=0}^{i-1} {(a-j)}$ can we simplify the expression $S_n=\sum \limits_{i=1}^{n}{u_i}$?
Edit: Working some examples I can see that $\sum \limits_{i=1}^{n} u_i={1\over n!}\sum{\alpha_ia^i}$ such that $\sum{\alpha_i}=n!$ but i don't see the general expression of $\alpha_i$ . For example $$ S_2 = {1\over 2}a+{1\over 2}a^2$$ $$ S_3 = {5\over 6}a+{1\over 6}a^3$$ $$ S_4 = {14\over 24}a+{11\over 24}a^2-{2\over 24}a^3+{1\over 24}a^4$$ $$ S_5 = \frac{47}{60} a+ \frac{1}{24} a^2+ \frac{5}{24} a^3-\frac{1}{24} a^4 + \frac{1}{120} a^5 .$$