1st nth sum is given by:
n ---- Sum Expression
1 ---- 1 --- 4*1^2 -3*1
2 ---- 1+9 = 10 --- 4*2^2 -3*2
3 ---- 1+9+17 = 27 --- 4*3^2 -3*3
4 ---- 1+9+17+25 = 52 --- 4*4^2 -3*4
Therefore, the best expressions is;
Sum of 1st nth terms = 4n^2 - 3n
Then,
The correct answer is A.