I am interested in finding the distribution of time to absorption for a given absorbing Markov chain transition matrix. I've looked at first passage time (where $f_{ij}^{(n)}$ is the probability that the first passage from $i$ to $j$ occurs in exactly $n$ steps).
In my particular case I have a single absorbing state, which I'll call $j$. I think I can find the probability mass function since $P(x=0)=0\cdot f_{ij}^{(0)}, P(x=1)=1 \cdot f_{ij}^{(1)}, \ldots $, but I'm not sure where to go from here.