To determine the largest natural number \( n \) for which \( 7^n \) divides \( 101! \), we use the formula to find the highest power of a prime \( p \) that divides \( n! \). The formula is:
\(\text{Power of } p \text{ in } n! = \left\lfloor \frac{n}{p} \right\rfloor + \left\lfloor \frac{n}{p^2} \right\rfloor + \left\lfloor \frac{n}{p^3} \right\rfloor + \cdots\)
Here, \( p = 7 \) and \( n = 101 \). We can calculate each term:
Higher powers of 7 (like \( 7^4 \) or greater) will divide 101! less than once, hence provide negligible contributions to the sum. Adding these up gives:
\(14 + 2 + 0 = 16\)
Thus, the largest \( n \) for which \( 7^n \) divides \( 101! \) is 16.