Say $d(N) =$ Number of factors of $N!$
Briefly: I wish to know if there is a Recurrence relation for this problem.
Now I wish to Know if there is a way to calculate $d(N)$ in terms of previously calculated values ...
I want to know this as a part of the problem on spoj (http://www.spoj.com/problems/EASYFACT/)
What I mentioned was a part of my approach to solve this.