Consider a birth-death process with constant parameters $\lambda_n = 4$ and $\mu_n = 5$ with $n = 0,1,2,\dots$. Find the stationary probability (as a function of n)
My attempt so far is using the balance equations $\lambda_n\pi_n = \mu_{n+1}\pi_{n+1}$ we have the equations $4\pi_0 = 5\pi_1, ..., 4\pi_n = 5\pi_{n+1}$ would yield $\pi_1 = \frac{4}{5}\pi_0, \pi_2 = \frac{4}{5}\pi_1 = (\frac{4}{5})^2\pi_0, \dots,\pi_n = (\frac{4}{5})^n\pi_0$
and solving for $\pi_0 = (1+\frac{4}{5} + (\frac{4}{5})^2 + \dots + (\frac{4}{5})^n)^{-1} = (\frac{1}{1-\frac{4}{5}})^{-1} = 5$. Then putting it all together my answer of $\pi_n = (\frac{4}{5})^n\cdot5$ was incorrect. I hope someone will be able to lead me in the correct direction