I recently came across a problem in a maths contest that stated the following: "The center of a natural number is the sum of four times its units digit and the number you get when you remove that digit. For each natural number n there's a series that starts with n and each element is the center of the previous one. For example, the series that starts on 2018 goes like this: 2018, 233, 35, 23, 14, 17... A number n is said to be centered if the series that begins with n has any element that has itself as its center. Determine every centered number. Justify your answer"
After calculating the center of the first few numbers, I realized that the only numbers that where their center were 13, 26 and 39 (1 + 3*4 = 13; 2 + 6*4 = 26; 3 + 9*4 = 39). I then noticed that the center of any multiple of 13 was another multiple of 13, and that if the number was larger than 39, the resulting number would be smaller than itself. That made me conclude that that all multiples of 13 are centered numbers.
My hypothesis is that the set of all centered numbers is the set of all multiples of 13. I would like to know how to analytically prove this.