IBM Research

PUZZLE   IBM-254

Two close sums of the square root of smooth numbers

IBM Research · Ponder This · 2019-06

IBM Ponder This #254 · June 2019

Let's define a *smooth* number as a natural number with prime factors that are single-digit (less than 10).
An example of such a number is 1560674304, which is related (how?) to the 108th birthday of IBM.

This month's challenge is to find two sets of smooth numbers whose square root sums are close to each other.
For example, the sets {2,6} and {15} yield a distance between their square root sums of less than 0.01 since 2+6=3.863.87=15.

Two sets that meet our criterion even better are {2,10,15} and {6,36}, which yield an even smaller distance between their square root sums: 2+10+15=8.449478.44948=6+36.

Find two sets of smooth numbers that produce a distance d where 0<d<1015.

Bonus question: Find a smooth number that is connected to last month's bonus question (a date in May 2019).

Solution

Best opened after a real attempt

To be added.