I need to find $n$ such that $365 \left(1-\left(\frac{364}{365}\right)^n - n\frac{364^{n-1}}{365^n} \right) > 1$. The answer is $n \ge 28$. Expanding the equation out, rearranging it, taking logarithm, I get $$\log(364) > \log(365) + n\log(364/365) + \log(n) +(n-1)\log(364/365).$$
I don't know what to do next. I would appreciate if you give me some hint.
I don't get the same inequality as you do. We have $$ 365 \left(1-\left(\frac{364}{365}\right)^n - n\frac{364^{n-1}}{365^n} \right) > 1\\ 364> \frac{364^n}{365^{n-1}}+n\left(\frac{364}{365}\right)^{n-1}\\ 364>(364+n)\left(\frac{364}{365}\right)^{n-1}\\ \log364>\log(364+n)+(n-1)\log\left(\frac{364}{365}\right)\\ (n-1)\log\left(\frac{365}{364}\right)>\log\left(\frac{364+n}{364}\right)\\ (n-1)\log\left(1+\frac1{364}\right)>\log\left(1+\frac n{364}\right) $$ I haven't carried it past this point. I would try applying the inequalities $$x-\frac{x^2}{2}<\log(1+x)<x,\ |x|<1$$