Let a(n) be the first element in the nth set. Notice that there are a(n)-1 elements in all the previous n-1 sets. So, a(n) is the sum of the number of elements in the previous plus one. So,
=
=
=
.
Now, let b(n) be the last element in the nth set. Since there are n elements in the set, we know b(n)=a(n)+(n-1). Thus,
=
=
.
So, the average element in the nth set is
![]()
and the sum of all the numbers in the set is n times the average element.
Therefore,
=
=
=
.