PROJECT EULER · #0650
Divisors of Binomial Product
Let
For example,
Let
For example, the divisors of B(5) are 1, 2, 4, 5, 10, 20, 25, 50, 100, 125, 250, 500, 625, 1250 and 2500,
so D(5) = 1 + 2 + 4 + 5 + 10 + 20 + 25 + 50 + 100 + 125 + 250 + 500 + 625 + 1250 + 2500 = 5467.
Let
You are given
Find
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.