The total number of prime factors of , counted with multiplicity, is denoted .
For example, , counting the factor twice, and the factor once.
Define to be the sum of all divisors of where is divisible by .
For example, .
The superfactorial of , often written as , is defined as the product of the first factorials:
The superduperfactorial of , we write as , is defined as the product of the first superfactorials:
You are given .
Find .
Give your answer modulo .
956. 超酷阶乘的求和
记 为 的质因子的数量(重复质因数计多次)。例如,因为 ,所以 。
记 为:所有满足 能整除 、 能整除 的整数 的和。例如:。
我们将前 个阶乘之积称作 的 超阶乘,记作 :
我们将前 个超阶乘之积称作 的 超酷阶乘,记作 :
已知 。
求 模 的值。
点 这个链接 回到源站。
点 这个链接 回到详细版题目目录。