Square prime factors
For an integer , we define the square prime factors of to be the primes whose square divides . For example, the square prime factors of are and .
Let be the number of integers between and inclusive with exactly square prime factors. You are given some values of in the table below.
Find the product of all non-zero . Give the result reduced modulo .
平方质因数
对于整数,称平方后能整除的质数为的平方质因数。例如,的平方质因数包括和。
记为与之间(含和)恰好有个平方质因数的整数之和。下表给出了部分的取值:
求出所有非零的的乘积,并将结果对取余。
Gitalking ...