Given a series of numbers forming odd element, the sum is the product of the last and the middle term.
1+2+3+4+5+6+7 = 7*4
= 28
I have noted it as Levi's theorem, but I forgot the original reference. And I am not able to find online. Please suggest the name of the theorem and a citation. Thanks.
This is not any particularly special theorem. It simply the formula for the nth Triangular number, $T_n$
$$T_{n} = \sum_{k=1}^{n} k = n\cdot\frac{n+1}{2} = \frac{n}{2} \cdot (n+1)$$
Although Gauss is rumored to have "discovered" this formula, it was known back in the 5th century. That is, the 5th century BC.