The Sum/Product of the First N Counting Numbers

If N = 4, the sum we want is 1 + 2 + 3 + 4 = 10.

If N = 4, the product we want is 1 * 2 * 3 * 4 = 24.

The product of the first N counting numbers is written 'N!'.

NSum From 1 to NProduct From 1 to N
232
366
41024
515120
621720
7285,040