Is it possible to count the divisors an integer has without just checking each one up to sqrt(n)
? If not, is there at least a way to estimate or approximate how many divisors there are?
For example, 28 has six divisors (1, 2, 4, 7, 14, 28). 15 has four (1, 3, 5, 15). I want to, say, figure out how many divisors 242134575355654335549798955848371716626563756785 has, without counting all the way up to that (or at the very least make a guess and take it from there).