Not really a math guy, but my job research (google results) yields more and more math-y stuff.
Usually when seeing lots of formulae My brain goes “too much math, initiate shut down!”
I was always confounded by the “Sigma” notation …
exponentation is ‘multiply this by itself this many times’, and negative exponents are ‘divide by itself this many times’.
Also, the part that comes after the sigma is an arbitrary function, so if that function returns negative numbers the results will be subtractions. So
-10(sigma) n = -1 n would sum up (-1…-10)
2(sigma)n=0 cos(n * pi) would sum up the cosines of (0, pi, 2pi) = sum(1,-1,1) = 1
3(sigma)n = 0 2^-n would sum up ( 1, 1/2, 1/4, 1/8)
10(sigma)n=1 5 * n would sum up (5, 10, 15… 50)