Add and Divide
A sequence is created by starting with a positive integer and incrementing by at the th step. If , the resulting sequence will be .
Let be the set of indices , for which the th 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 .
相加与整除
构造如下数列:选择任意正整数,在第步时给当前的整数增加并作为数列的第项。例如,若,则构造的数列为
集合包含所有满足下列条件的下标:数列的第项能够被整除。
例如,。
记为中所有下标之和。例如,,。
记。已知。
求。
Gitalking ...