Define a list of number with the following properties:
- The first number of the list is a one-digit natural number.
- Each number (since the second) is obtained by adding to the number before in the list.
- The number is in that list.
Find the first number of the list.
Problem 1356
Official solution
1. Let be the first number in the list. According to the problem, each subsequent number in the list is obtained by adding to the previous number. Therefore, the numbers in the list form an arithmetic sequence with the first term and common difference .
2. We are given that is in the list. This means there exists some integer such that:
Rearranging this equation, we get:
This implies that must be divisible by .
3. To find , we need to determine the value of such that . First, we calculate :
Therefore:
4. Since is a one-digit natural number and , the only single-digit natural number congruent to is . Thus, we have:
Conclusion: