Given n, I can find the number of zeroes at the end of the decimal representation of n! by ∞∑i=1⌊n5i⌋.
Is there a way to reverse this? That is, given k, is there a way to find out how many n exist such that n! has exactly k zeroes at the end of its decimal representation besides making educated guesses and checking them?
No comments:
Post a Comment