$\sum_\limits{k=1}^{n-1}\frac{1}{\sqrt{k(n-k)}}\geq 1$ for all $n\geq 2$
Basecase n=2
$\sum_\limits{k=1}^{2-1}\frac{1}{\sqrt{k(2-k)}}=1\geq 1$
Assumption
$\sum_\limits{k=1}^{n-1}\frac{1}{\sqrt{k(n-k)}}\geq 1$ holds for some $n$
Claim
$\sum_\limits{k=1}^{n}\frac{1}{\sqrt{k(n+1-k)}}\geq 1$ holds too
Step Assume $n$ is odd
$\sum_\limits{k=1}^{n}\frac{1}{\sqrt{k(n+1-k)}}=\frac{1}{\sqrt{n}}+\frac{1}{\sqrt{2(n-1)}}+...+\frac{1}{\sqrt{n}}$
Then, to determine which of those terms is the smallest, we want to find the maximum of $k(n+1-k)$.
The deriviative would be $n+1-2k$. So $k=\frac{n+1}{2}$, that's why we assume $n$ is odd in this step.
So our smallest term looks like: $\frac{1}{\sqrt{(\frac{n+1}{2})^2}}=\frac{2}{n+1}$
And since we add this term $n$ times, the sum is bounded below by $\frac{2}{n+1}n=\frac{2n}{n+1}$.
Via induction it is very easy to see, that $\frac{2n}{n+1}>1$ for all n>1, which is all we care about.
Now, how do I proceed for even $n$?
Using $\sqrt{ab}\leq \frac{a+b}{2}$ it follows that $\frac{1}{\sqrt{k(n-k)}}\geq \frac{2}{n}$, therefore lhs $\geq \frac{2(n-1)}{n}\geq1$ for $n\geq 2$.