I came across arrangement of numbers grouping them with a table of three, five, seven, eleven etc... for example:
:$1----2----3$
:$4----5----6$
:$7----8----9$
:$10---11---12$
:$13---14---15$
:$16---17---18$
:$19---20---21$
$2\times3=6$, $5\times3=15$, $8\times3=24$ so for each middle number in a given row, multiplication by $3$ gives the sum of the three numbers in that row. Summing all middle numbers and multiplying by $3$ gives the sum of all $21$ numbers.
The same properties apply to numbers arranged in a group of seven.
:$1----2----3----4----5----6----7$
:$8----9---10----11---12---13---14$
:$1---16---17----18---19---20---21$
$4$ being the middle in the first row gives $4\times7=28$, sum of the numbers in the first row. Similarly $11\times7=77$ and $18\times7=126$ and also $28+77+126=231$, the sum of all $21$ numbers. $11$ being the center of the groups, times $7$ times $3$ equals $231$.
Could you give me any explanation as to why this method of calculation works?