Here is my problem:
Use induction to show that for $n\ge1$, $$\frac{4^n}{\sqrt{4n}} \le \frac{(2n)!}{(n!)^2}\le \frac{4^n}{\sqrt{3n+1}}.$$
What I have so far:
For $n=1$ it is $2≤2≤2$, and I tried to originally do this problem by assuming that the case holds for $n\ge 1$, and if it hold for n+1, than it should hold for all $n\ge 1$.
I started with $n+1$ case: $$\frac{4^{n+1}}{\sqrt{4(n+1)}}\le\frac{(2(n+1))!}{((n+1)!)^2}\le\frac{4^{n+1}}{\sqrt{3(n+1)+1}},$$ but this did not really lead me anywhere.