It is well-known that the Stirling numbers of the second kind satisfy the following (vertical) recurrence relation:
$$\sum\limits_{r=k}^n \binom{n}{r}S\left( r,k\right) =S\left( n+1,k+1\right) $$
I was wondering if the following sum satisfies a similar relation:
$$\sum\limits_{r=k}^n a^{r} \binom{n}{r}S\left( r,k\right)=f(a,r,k) S\left( n+1,k+1\right),\ \ \ \ 0<a\leq1 $$
I came across this sum when trying to implement the Stirling numbers in an economics model (I'm not a mathematician). I have already had a look at several papers regarding Stirling numbers and Chapter 8 ("Stirling numbers") in "Enumerative Combinatorics" (Charalambides), but without success.
Any help/useful references would be greatly appreciated!