0%

Problem 634


Problem 634


Numbers of the form a2b3

Define F(n) to be the number of integers xn that can be written in the form x=a2b3, where a and b are integers not necessarily different and both greater than 1.

For example, 32=22×23 and 72=32×23 are the only two integers less than 100 that can be written in this form. Hence, F(100)=2.

Further you are given F(2×104)=130 and F(3×106)=2014.

Find F(9×1018).


可写成a2b3的数

考虑整数xn,若x可写成x=a2b3,其中ab是大于1且可重复的整数,记所有此类整数的数目为F(n)

例如,在小于100的整数中,只有32=22×2372=32×23可以写成这种形式,因此F(100)=2

此外,还已知F(2×104)=130以及F(3×106)=2014

F(9×1018)


Gitalking ...