I have a sum that has the following form.
$\underbrace{\underbrace{(7 + 2*1)}_\text{A} + {(7 + 2*A)}}_\text{B} + (7 + 2 * B) ....$
The first term is calculated for $n=1$, the second term for $n=2$ and so on. Each parantheses include the result of the previously caluclated term, as shown above. I am trying to find a formula, that lets you calculate The sum for any $n$.