Sum of first n natural numbers

Sum of the First n natural Numbers is given by,

1+2+.....+n=\frac{n(n+1)}{2}

Calculate the sum of n natural numbers

Formula : 1 + 2 +...+ n = n(n + 1)/2

Input

Reset

Output

Result {{result}}
Posted on by