Question
Fix two integers $M>N>0$. Suppose $a_i=e^{-N}\cdot\frac{N^i}{i!}, i\ge 0$. What is the value of the following limit: $$\lim_{k\rightarrow\infty}\textstyle\sum\{a_{i_1}a_{i_2}\ldots a_{i_k}\mid i_1+i_2+\cdots+i_k\leq kM,i_2+\cdots+i_k\leq (k-1)M,\ldots,i_k\leq M\}.$$
Backgrounds
I'm studying a queuing system with Poisson arrivals of rate $\lambda$ and constant services of rate $1/T$, however it can service at most $M$ customers all at once. Let $N=\lambda T$, and let $p_i$ be the stationary probability that the size of queue is $i$ immediately after one service, then the above limit evaluates $p_0$.
Since the status of the queue after each service can be regarded as a Markov chain, we can write a equation on the generating function $g(x)=\sum_{i=0}^\infty p_ix^i$: $$g(x)=S^i[g(x)e^{N(x-1)}].$$ Here $S$ is the shift functor $$S(r_0+r_1x+r_2x^2+r_3x^3+\ldots)=r_0+r_1+r_2x+r_3x^2+\ldots$$ and I found the equation really hard to solve.
Also notice two almost trivial bounds: $$p_0>\lim_{k\rightarrow\infty}{\textstyle\sum}\{a_{i_1}a_{i_2}\ldots a_{i_k}\mid i_1\leq M,i_2\leq M,\ldots,i_k\leq M\}=\lim_{k\rightarrow\infty}c^k=0,$$ $$p_0<\lim_{k\rightarrow\infty}{\textstyle\sum}\{a_{i_1}a_{i_2}\ldots a_{i_k}\mid i_1+i_2+\cdots+i_k\leq kM\}=\lim_{k\rightarrow\infty}\mathbb{P}[\mathcal{N}(0,1)\leq {\textstyle\frac{M-N}{\sqrt{N}}\sqrt{k}}]=1.$$
Yet the shape constrained by $i_1+i_2+\cdots+i_k\leq kM,i_2+\cdots+i_k\leq (k-1)M,\ldots,i_k\leq M$ is so asymmetric that I don't know how to deal with it.