I am looking for $d_1$ and $d_2$, where $d_1$ is a two digit integer and $d_2$ is a three digit integer, such that $d_1\cdot d_2$ is a product that contains the exact same digits as $d_1$ and $d_2$.
For example when $d_1$ is a single digit integer ($6$) and $d_2$ is a two digit integer ($21$) their product is $126$ (same digits as $6$ and $21$).
Many years ago wrote a program in BASIC and found a two digit number and and a three digit number whose product contained the same five digits as $d_1$ and $d_2$, but I have forgotten the numbers.
This simple Mathematica code
gives the desired output: