Problem 608 题目发布于 2017-06-17 翻译更新于 2017-12-19 Problem 608 Divisor SumsLet D(m,n)=∑d|m∑k=1nσ0(kd) where d runs through all divisors of m and σ0(n) is the number of divisors of n.You are given D(3!,102)=3398 and D(4!,106)=268882292. Find D(200!,1012) mod (109+7). 因数和记D(m,n)=∑d|m∑k=1nσ0(kd),其中d取遍m的所有因数,而σ0(n)表示n的因数数目。已知D(3!,102)=3398以及D(4!,106)=268882292。 求D(200!,1012) mod (109+7)。
Gitalking ...