ROSECODE 147
Number decomposition again
Let P be the product of first 20 primes.
P=prod(i=1,20,prime(i))=557940830126698960967415390
In how many ways can 200*P be written as product of factors > 1?
[My timing: <10s]
P=prod(i=1,20,prime(i))=557940830126698960967415390
In how many ways can 200*P be written as product of factors > 1?
[My timing: <10s]