A374793 a(n) is the largest k such that tau(k)^n >= k.
2, 1260, 27935107200, 29564884570506808579056000
Offset: 1
Examples
27935107200 = 2^7 * 3^3 * 5^2 * 7^1 * 11^1 * 13^1 * 17^1 * 19^1, so tau(27935107200) = (7+1)*(3+1)*(2+1)*(1+1)*(1+1)*(1+1)*(1+1)*(1+1) = 8*4*3*2*2*2*2*2 = 3072; 3072^3 = 28991029248 > 27935107200, and there is no larger number k such that tau(k)^3 >= k, so a(3) = 27935107200.
Comments