Assume we have the exponential-series $ \small \exp(x) = 1+ {x \over 1!} + {x^2 \over 2! } + \cdots = \sum\limits_{k=0 }^\infty {x^k \over k!} $ modified with a polynomial in the coefficients
say $ \qquad \displaystyle f_1(x)= \sum_{k=0}^\infty { k^2 + k \over 2} {x^k \over k!} $
or $ \qquad \displaystyle f_2(x)= \sum_{k=0}^\infty ( 15 k^3 + 15 k^2 - 10k - 8) {x^k \over k!} $
or in general
$ \qquad \displaystyle f_3(x)= \sum_{k=0}^\infty ( d k^3 + c k^2 + b k + a) {x^k \over k!} $
-: is there a good formula/algorithm/scheme how this has to be expressed as composition of the $\exp(x)$-function? (I know this can be solved using the derivatives and cancelling of k's in the polynomial with the factorials in the denominator - I'm asking for a handy/memorizable translation-formula )
Because I can factor my examples under study: is there possibly a special handy scheme, if the polynomials are given in a form like this
$ \qquad \displaystyle f_2(x)= \sum_{k=0}^\infty ( k-1)(k-2) {x^k \over k!} $ ?