I'm supposed to determine the stationary distribution, when it exists, for a birth and death process having constant parameters $\lambda_n=\lambda$ for $n=0,1,2,...$ and $\mu_n=\mu$ for $n=1,2,...$
My attempt:
This looks like a steady-state distribution which would give us the following system of equations:
$\lambda_{n-1} p_{n-1} + \mu_{n+1} p_{n+1} - (\lambda_n \mu_n)p_n=0$ for $n \ge 1$
$\mu_1 p_1 - \lambda_0 p_0=0$
Solving the system to get:
$p_n=\frac{\lambda_0 \lambda_1 \dots \lambda_{n-1}}{\mu_1 \mu_2 \dots \mu_n}p_0$
So $p_0$=$$(1+ \sum _{n \ge 1}^{ } \frac{\lambda_0 \lambda_1 \dots \lambda_{n-1}}{\mu_1 \mu_2 \dots \mu_n})^{-1}$$
I feel like I haven't explained this correctly though or that I don't have the right answer. Any suggestions?