$$\text{Check }P(k+1): \frac{(k+1)(k+2)(k+3)}{6}, k\in \Bbb N$$
$$= \frac{(k+1)(k+2)k}{6} + \frac{3(k+1)(k+2)}{6}, k\in \Bbb N$$
$$\implies \underbrace{\frac{(k+1)(k+2)k}{6}}_{\in \Bbb Z\ by\ P(k)} + \underbrace{\frac{(k+1)(k+2)}{2}}_{\in \Bbb Z \text{ since one is odd, another one is even}} \in \Bbb N , k\in \Bbb N \tag{*}\label{*}$$
Edit in response to a comment by @HenningMakholm
Since the argument type "one is odd, another one is even" (in fact taking $(k+1)(k+2) \pmod 2$) can immediately kill the question (by taking $(k+1)(k+2)(k+3) \pmod 6$), to avoid such kind of argument, we establish another "induction". I write it out explicitly hoping that others understand this.
$\forall n\in \Bbb N, Q(n): \frac{n(n+1)}{2}\in \Bbb N$
We have $Q(1) = \frac{1 \cdot 2}{2} = 1$, and we assume $Q(k): \frac{k(k+1)}{2}\in \Bbb N$.
$$Q(k+1): \frac{(k+1)(k+2)}{2} = \frac{k(k+1) + 2(k+1)}{2} \\ = \underbrace{\frac{k(k+1)}{2}}_{\in \Bbb N \text{ by } Q(k)} + (k+1) \in \Bbb N$$
We use $Q(n)$ to show that the second term in \eqref{*} is in $\Bbb N$. In this way, we have a "proof completely by induction" without the kind of "overkilling arguments" spotted out in the comment below.