i want to prove it with mathematical induction :
first i am tried with n=0 then it is divisible by zero then i move to next step change all n with K then i get this product :
$$P(K)=K^3+2K = 3m$$
Note: $3k$ because we multiply any no. with $3$ is divisible by $3$
now , next step i am increase $+1$ in $k$ so i get this step :
$$(K+1)^3 + 2(K+1) = 3m$$
so now next step i am not able to solve please help.
For the induction step:
$(n+1)^3+2(n+1)=n^3+2n+3n+3n^2+3=n^3+2n+3(n+n^2+1)$
$n^3+2n$ is divisible by 3 (by assumption) and the last addend is obviusly divisible by 3
Remark: If you want to show a statement for all $n\geq k$ then you prove the statement in the first step for k, not for $0$. (In our case we wont get any problems)