sequences
For every the prime-counting function is equal to the number of primes not exceeding .
E.g. and .
We say that a sequence of integers is a sequence if
- for every
- has two or more elements
For there are three distinct sequences: (10,4), (10,4,2) and (10,4,2,1).
Let be the number of elements of that are not prime.
Let be the number of sequences for which and .
Let be the product of all that are larger than 0.
You are given: P(10)=3×8×9×3=648 and P(100)=31038676032.
Find . Give your answer modulo 1000000007.
序列
对于任意,素数计数函数表示不超过的素数数目。
例如,以及。
我们称序列为序列,如果
对于,有三个不同的序列:(10,4),(10,4,2)和(10,4,2,1)。
记为序列中非素数元素的数目。
记为满足和的序列的数目。
记为所有大于0的的乘积。
已知:P(10)=3×8×9×3=648以及P(100)=31038676032。
求,并将答案对1000000007取模。
Gitalking ...