September 17, 2019

Problem of the Week

Tuesday, September 17, 2019

Given the set of whole numbers {0,1,2,3....}, we construct the following sequence: Beginning at 0, we move to the next whole number by changing our first number by one, our second number by two, our third number by three, etc. If we are able to move backwards to a whole number that has not been previously listed, we do so, otherwise we move forward. The first five numbers of this sequence are 0, 1, 3, 6, 2. Find the 20th number in this sequence. What is the first number to appear twice in this sequence?

Winners of the Recaman challenge