I have this collection of generating functions in $x$ parametrized by $n$:
$$f_n(x) = \frac{1}{n!}(1-x)^{n+1}\sum_{k \geq 1} k^n x^k,$$
so that $n$ is a constant. For instance
$$f_6(x) = (1/720)x+(19/240)x^2+(151/360)x^3+(151/360)x^4+(19/240)x^5 + (1/720)x^6.$$
I am interested in $f'_n(x)|_{x =1}$. Why? Because these coefficients are probabilities and I want to determine the expectation.
I should get $1/2$ for my answer because of the symmetry of these polynomials. However, I am getting stuck because somewhere in my algebraic manipulations; I must be dividing by zero and really causing some trouble.
On my own, I would like to be able to calculate the variance (which means I'll need the second derivative); so a solution that relies on showing the symmetry of these expressions isn't something that I'm interested in.
Thank you for any help you may be able to offer.
Note: To anyone who may find this, I realized that this is a generating function for the Eulerian polynomials. It has even been shown that these coefficients (as n goes to infinity) follow a normal distribution.