← Complete problem index

PROJECT EULER · #0608

Divisor Sums

Statement only · UnsolvedOriginal problem ↗

Let D(m,n)=dmk=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).

Write-up coming later

The complete problem is available here. An approach, code, and answer will be added later.