Problem Archive

Given any integer $n \gt 1$ a binary factor tree $T(n)$ is defined to be:

For example $T(20)$:

0829_example1.jpg

We define $M(n)$ to be the smallest number that has a factor tree identical in shape to the factor tree for $n!!$, the double factorial of $n$.

For example, consider $9!! = 9\times 7\times 5\times 3\times 1 = 945$. The factor tree for $945$ is shown below together with the factor tree for $72$ which is the smallest number that has a factor tree of the same shape. Hence $M(9) = 72$.

0829_example2.jpg

Find $\displaystyle\sum_{n=2}^{31} M(n)$.

Solution
No solution yet. Write yours at solutions/s829.md.
Problems sourced from Project Euler · Non-commercial & educational use only · CC BY-NC-SA 4.0