Problem use induction to prove that $17n^3+103n$ is a multiple of 6.
Im new to learning proof by induction and was wondering if my proof would be acceptable for my maths test coming up.
Proof. base case $n=1 = 120$ $17k^3+103k=6a$ for some $a$. then we prove $k+1$ $$17(k+1)^3+103(k+1)=6b$$ for some b. we expand and get $17k^3+51k^2+51k+17+103k+103=6b$ combine like terms and substitute $17k^3+103$ for $6a$ then we get $$6a+51k^2+51k+120=6b$$ simplify to $51n(n+1)$ then we see that $n(n+1)$ has to multiply to become an even number so 51n(n+1) is also a multiple of six QED.
would this proof work or are there any better methods.