I'm not sure where to proceed or how to go about proving this assertion holds for all natural numbers n: $$2^{n+2} \mid(2n + 3)!$$
The base case is $n=1$, where $2^{1+2}\mid(2\cdot 1+3)!$ which simplifies to $8 \mid 120$, and 8 does indeed divide 120.
Again, we shall assume the statement is true for $n = k$.
$$2^{k+2}\mid(2k+3)!$$
Then we shall prove that the statement must be true for n = k + 1:
$$2^{k+3}\mid (2(k+1)+3)!=(2k+5)!$$
Sorry for the poor formatting, this is the first time I've posted here. I'm not sure if I've started off on the right path, or where to go next. Any suggestions would be lovely!
There are $n+1$ even numbers in $1,\cdots,2n+3$ and one of them is $4$ (given $n\ge1$).