There was a problem in Problem-Solving Strategies. I have a quite similar one, but here we need to find such a number, not prove its existence...
Find a positive integer $n>1$ satisfying $\sqrt[n]{n}<1+10^{-20}$.
Again, the problem is not to prove that there exist one, I need a method to find an exact number. Please help!
In order for $\sqrt[n]{n}<1+10^{-20}$ it suffices to find $n$ large enough such that $$ n<(1+10^{-20})^n. $$ Keeping only the third term in the binomial expansion yields $$ (1+10^{-20})^n> \binom{n}{2}10^{-40}, $$ and the right side is at least $n$ whenever $$ \frac{n-1}{2}\geq 10^{40}, $$ i.e. $n\geq 2\cdot 10^{40}+1$.