A sequence is created by starting with a positive integer and incrementing by at the step.
If , the resulting sequence will be .
Let be the set of indices , for which the term in the sequence is divisible by .
For example, .
Define to be the sum of the indices in . For example, and .
Let . You are given, .
Find .
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.