Problem 578
Integers with decreasing prime powers
Any positive integer can be written as a product of prime powers:
where
A decreasing prime power positive integer is one for which
For example, 1, 2, 15=3×5, 360=23×32×5 and 1000=23×53 are decreasing prime power integers.
Let C(
C(100) = 94 since all positive integers not exceeding 100 have decreasing prime powers except 18, 50, 54, 75, 90 and 98.
You are given C(106) = 922052.
Find C(1013).
质因数幂次下降的整数
任意正整数可以写成一系列质数的幂的乘积:
其中
若一个正整数满足,对于任意
例如,1,2,15=3×5,360=23×32×5和1000=23×53都是质因数幂次下降的整数。
记C(
C(100) = 94,因为除了18,50,54,75,90和98外,其它所有不超过100的正整数都是质因数幂次下降的。
此外,还已知C(106) = 922052。
求C(1013)。
Gitalking ...