A positive integer n is interesting, if for some positive integer m and positive integers a, b that are smaller than m, abm2=n. For example, 10 is interesting because 4⋅10202=10. Find the smallest interesting integer.
Solution
For n=2 we can take m=12, a=8 and b=9, because 8⋅9122=72144=2.
On the other hand, 1 is not interesting, because if abm2=1, or m2=ab, then a and b cannot both be less than m at the same time.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.