Can someone suggest how to obtain an expression for $S[i]$ given that S[0] = 0,
$S[i]=S[i-1]*(1-\gamma_i)^2 + \gamma_i^2$ where $\gamma_i = \frac{g+1}{g+i}$
EDIT: $g>0$ and $g$ can be assumed to be a natural number.
An exact expression or a lower bound would be helpful.
Thanks!
I was able to determine a formula for this based off of looking at the first few elements of the sequence.
I have that $$s_i=\gamma_i^2(\sum_{n=1}^{i-1}(\prod _{k=n}^{i-1}\frac{k^2}{(g+k)^2})+1).$$
Now let’s look at bounding it from below. From your hunch that there is a $c$ such that $(g+i)s_i>c$, we proceed by finding which $c$ might give us an induction argument.
Suppose $(g+i)s_i>c$ for $i>0$. Then $$(g+i+1)s_{i+1}=\frac{i^2 s_i}{(g+i+1)}+\frac{(g+1)^2}{g+i+1} > \frac{i^2 c+(g+1)^2}{(g+i+1)^2}.$$
If we find a $c$ such that the final expression of the previous paragraph is greater than $c$ for all $i>0$, then we have the desired result. After some algebra and working backwards, it can be shown that any $c<(g+1)/2$ satisfies it. Following through with the induction argument, we can see that the base case ($i=1$) is satisfied since $s_1>1/2$.