100以内有10个因数的自然数是

问题描述:

100以内有10个因数的自然数是

只有48和80两个
设N=a1^x1 * a2^x2 * …… * an^xn
因数个数为(x1+1)*(x2+1)*……(xn+1)个
10=2*5=1*10
x1=1,x2=4 ;a^10