Find all natural numbers, for which, if you knock off the first digit, the remaining number is a divisor of the original number.
You can find these numbers here: https://oeis.org/A292683
First of, let us write our number as
with the extra conditions and .
is obviously the number with the first digit removed, so we have to find all , and such that there exists a natural number such that:
As the left and right side of the equation have the same prime decomposition, we can find 4 new numbers, and such that:
The last one: can for the same reason be simplified to and , simplifing everying to:
We are uninterested in the value of z, so this mean that our original value is:
with the extra conditions of and
The second condition can be smoothed by replacing by
As all numbers are natural numbers anyway. This reduces the expression to
and can assume any natural number, and can assume the following pairs:
(1,1),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(1,9),(2,1),(2,2),(2,3),(2,4),(3,1),(3,2),(3,3),(4,1),(4,2),(5,1),(6,1),(7,1),(8,1) or (9,1).
Each combination generates a unique number, and each number is generated by this formula.