When we deal with summation notation, there are some useful computational shortcuts, e.g.: $$\sum\limits_{i=1}^{n} (2 + 3i) = \sum\limits_{i=1}^{n} 2 + \sum\limits_{i=1}^{n} 3i = 2n + \sum\limits_{i=1}^{n}3i$$
However, I don't think I know all the useful shortcuts here. Are there other computational tricks one should be aware of? What's a good way for thinking about this?
More importantly, consider product notation: $$\prod\limits_{i=1}^{n} (\sqrt{2} - \sqrt[n]{2})$$
I don't know what the shortcuts here are. What are some of the more effective ways of attacking such computations?
Here are the formula for the sum of the first $n$ natural numbers and the first $n$ squares. There are similar formula for the sum of the first $n$ cubes etc...
$$ \sum_{i=1}^{n} i = \frac{n(n+1)}{2}$$ $$ \sum_{i=1}^{n} i^{2} = \frac{n(n+1)(2n+1)}{6} $$