I need to prove that
$u_n$ = $n \times 2^n$
using mathematical induction with the below information.
$u_1\;=\;2\;\text{ and }\;\;u_{n+1}=2\left(u_n+\frac{u_n}n\right)\;\text{ for }\;n\geq1$
I have expanded the first few terms such that
$u_1\;=\;2$
$u_2\;=\;8$
$u_3\;=\;24$
$u_4\;=\;64$
$u_5\;=\;160$
I have also proved that $P(1)$ is true such that $u_n$ = $2$.
Therefore, $u_k$ = $k \times 2^k$ .
How do i prove the case for $k+1$ ?