851. SOP and POS

Let n be a positive integer and let En be the set of n-tuples of strictly positive integers.

For u=(u1,,un) and v=(v1,,vn) two elements of En, we define:

Let Rn(M) be the sum of uv over all ordered pairs (u,v) in En such that u,v=M.
For example: R1(10)=36, R2(100)=1873044, R2(100!)446575636mod109+7.

Find R6(10000!). Give your answer modulo 109+7.

851. 积之和与和之积

对于某正整数 n,记 En 为所有 n 元正整数元组的集合。

对于 En 中的两元素 u=(u1,,un)v=(v1,,vn),记:

Rn(M) 为:En 中所有满足 u,v=M 的数对 (u,v)uv 之和。已知 R1(10)=36R2(100)=1873044R2(100!)446575636(mod109+7)

R6(10000!)(109+7) 的值。


这个链接 回到源站。

这个链接 回到详细版题目目录。