Problem 823
Factor Shuffle
A list initially contains the numbers
At each round, every number in the list is divided by its smallest prime factor. Then the product of these smallest prime factors is added to the list as a new number. Finally, all numbers that become
For example, below are the first three rounds for
Let
For example,
Find
因数重排
考虑初始数列
在每一轮中,将数列中的每个数都除以其最小的质因数,再将这些质因数的乘积加入数列,最后将所有的
例如,当
记
例如,
求
Gitalking ...