The oattern for the sum of consecutive even numbers befinning from 2 is as follows:
\(2=2=1\times2\)
\(2+4=6=2\times3\)
\(2+4+6=12=3\times4\)
\(2+4+6+8=20=4\times5\)
\(2+4+6+8+10=30=5\times6\)
\(⋮\)
Devise an expression for the sum of n consecutive even numbers.