I want to find how these coefficients increase/decrease as $n$ increases:
$$ C_n = \frac{1}{n!} \left[(n+\alpha)^{n-\alpha-\frac{1}{2}}\right]$$
with $\alpha=\frac{1}{br-1}$ and $0\leq b,r \leq 1$.
I used the Stirling's Approximation factorial $n!\sim \sqrt{2\pi n} n^n e^{-n}$ and got:
$$ C_n = \frac{1}{\sqrt{2\pi n} n^n e^{-n}} \left[(n+\alpha)^{n-\alpha-\frac{1}{2}}\right]$$
I can't proceed any further. I would greatly appreciate any comment!