I'm trying to evaluate the sum given below
$$ S(x,y) = \frac{1}{k!}\sum_{j=0}^k \binom{k}{j} (-x)^j y^{k-j} j! $$
where $x,y > 0$. Is there any clever closed form way of writing this sum? If not, maybe there is a clever way of writing it as a product? I was considering products of $(y-jx)$ factors perhaps $\pm (y-x)^k$ but could not get this work. Any ideas?