As stated in the title, I am wondering if there is a general method for the solution of the recurrence
$$a_{n+1} = ka_n + n^{-c}$$
where $c > 0$.
I've tried a couple of the standard approaches, without success.
As stated in the title, I am wondering if there is a general method for the solution of the recurrence
$$a_{n+1} = ka_n + n^{-c}$$
where $c > 0$.
I've tried a couple of the standard approaches, without success.
\begin{align} a_{n+1} &= k(ka_{n-1} + (n-1)^{-c}) + n^{-c}\\ &=k^2a_{n-1} + k(n-1)^{-c}+n^{-c}\\ &=\dots\\ &=k^{n+1}a_0+\sum_{i=0}^n k^i(n-i)^{-c} \end{align}