The binomial expansion of $(1+n)^k$ is
$$(1+n)^k=1+\binom{k}{1}n+\binom{k}{2}n^2+\cdots+\binom{k}{k}n^k.$$
If $n=1$, then the term in the middle is the largest, i.e. when $i=\lfloor k/2\rfloor$ and $i=\lceil k/2\rceil$.
What about for other integers $n$? Which term is the largest?
Hint. Prove that $$\binom k{i+1} n^{i+1}=\binom ki n^i\frac{n(k-i)}{i+1}$$ and then consider whether the RHS is larger than, equal to or smaller than $\binom kin^i$.