For a positive integer we define to be the count of the divisors of . For example, the divisors of are and so .
A positive integer is a tau number if it is divisible by . For example and divides so is a tau number.
Let be the smallest tau number such that . For example, , and .
Further define to be the sum of all whose values do not exceed . You are given .
Find .
920. 数
对正整数 ,我们记 为 的正约数的个数。例如 的所有因数是 ,于是 。
若正整数 满足 整除 ,则称 是一个 -数。例如, 整除 ,所以 是一个 数。
记 为最小的,满足 的 -数 。已知 、、。
再记 ,已知 。
求 。
点 这个链接 回到源站。
点 这个链接 回到详细版题目目录。