In a problem that I am trying to solve using generating function, the right-hand side (RHS) of the generating function equation is
$\sum_{n=1}^{\infty} (n-1)!x^n$.
Would like to find the closed form for it.
Appreciating any help.
In a problem that I am trying to solve using generating function, the right-hand side (RHS) of the generating function equation is
$\sum_{n=1}^{\infty} (n-1)!x^n$.
Would like to find the closed form for it.
Appreciating any help.
If you rewrite the coefficient $$ (k-1)! = k^{k-1}(1-\frac{1}{k})^{k-1} \geq k^{k-1} \frac{1}{k} = k^{k-2} $$ the penultimate step is by Bernoulli inequality, since $-\frac{1}{k} > -1 \ \forall \ k>1$ So your summand is lower-bounded by $$ x^2 \sum_{k=2}^{\infty} (k x)^{k-2} $$ You can find for which $x$ it doesn't tend to $0$, so the sequence diverges, and by comaprison test so does the original sequence.