I'm working on an Expected Value problem and I have arrived at the following infinite sum:
$$2\sum_{n=1}^{1} \left(\frac{5}{72}\right)\left(\frac{5}{9}\right)^{n-1}\left(\frac{5}{6}\right)^{1-n} + 3\sum_{n=1}^{2} \left(\frac{5}{72}\right)\left(\frac{5}{9}\right)^{n-1}\left(\frac{5}{6}\right)^{2-n} + 4\sum_{n=1}^{3} \left(\frac{5}{72}\right)\left(\frac{5}{9}\right)^{n-1}\left(\frac{5}{6}\right)^{3-n}+\cdot\cdot\cdot$$
I'm seeking a way to simplify and eventually evaluate this sum. I've looked at Brian M. Scott's Answer to something similar and I propose the following, however, it is flawed:
$$\prod_{n=2}^{\infty}n\sum_{i=1}^{n-1}\left(\frac{5}{72}\right)\left(\frac{5}{9}\right)^{i-1}\left(\frac{5}{6}\right)^{n-2}$$
I think my understanding of the nested product/sum notation is incorrect, since Wolfram Alpha does not appear to give something reasonable. Any help is appreciated!