Assuming you mean the first n counting numbers then:
let S{n} be the sum; then:
S{n} = 1 + 2 + ... + (n-1) + n
As addition is commutative, the sum can be reversed to give:
S{n} = n + (n-1) + ... + 2 + 1
Now add the two versions together (term by term), giving:
S{n} + S{n} = (1 + n) + (2 + (n-1)) + ... + ((n-1) + 2) + (n + 1)
→ 2S{n} = (n+1) + (n+1) + ... + (n+1) + (n+1)
As there were originally n terms, this is (n+1) added n times, giving:
2S{n} = n(n+1)
→ S{n} = ½n(n+1)
The sum of the first n counting numbers is ½n(n+1).
Chat with our AI personalities
n*(n+1)=sum 100*(100+1)=10100
The sum of the first N square numbers is: N*(N+1)*(2N+1)/6 So putting N = 20 gives 2870.
Sum of first n natural numbers is (n) x (n + 1)/2 Here we have the sum = 100 x (101)/2 = 50 x 101 = 5050
To find the sum of the numbers, we must first know the value of n. This was not included in your question.
Sum of first n integers = n/2(n+1), in this case 25 x 51 = 1275