0%

Problem 627


Problem 627


Counting products

Consider the set S of all possible products of n positive integers not exceeding m, that is
S=x1x2xn|1x1,x2,,xnm.
Let F(m,n) be the number of the distinct elements of the set S.
For example, F(9,2)=36 and F(30,2)=308.

Find F(30,10001)mod1 000 000 007 .


乘积计数

S为所有n个不超过m的正整数连乘的乘积所构成的集合,也即
S=x1x2xn|1x1,x2,,xnm.
F(m,n)S中不同元素的个数。
例如,F(9,2)=36,而F(30,2)=308

F(30,10001)mod1 000 000 007


Gitalking ...