UNO High School Problem of the Week Competition

News

About

Prizes

Problems & Solutions

Scores

Archive

Links

Problem 9



Consider the sequence of sets with the following properties:
  1. Each set contains only consecutive integers.
  2. The nth set has one more element than the (n-1)th set.
  3. The least element of the nth set is one more than the greatest element in the (n-1)th set.
  4. The first set is {1}.


In other words, consider the sets {1}, {2,3}, {4,5,6}, {7,8,9,10}, ...

Now let S(n) be the sum of the elements in the nth set.

Find a formula in terms of n for S(n).

Solution