Consider a CTMC with state space on $\{3,4,5,..\}\times\{3,4,5,...\}$. The exponential rate $\gamma_{(i,j)}$ in state $(i,j)$ equals $i$. $P_{(i,j)\to(3i,j)}=\frac{1}{\sqrt{i}}$ and $P_{(i,j)\to(i,j+1)}=1-\frac{1}{\sqrt{i}}$. Let $T_k$ denote the time of the kth transition in the CTMC. If the CTMC is initialized to state (3,3) at time 0. Compute $\lim_{k\to\infty}E[T_k]$.
In my opinion, it seems as $i$ grows, it is more likely that DTMC goes up. But I have no idea how it relates to the result.