.
the nth term of a sequence is 3n(2n-1).
Find the sum of the first 5 terms
~~~~~~~~~~~~~~~~~~~~~~
n= 1: = 3*1*(2*1-1) = 3*1 = 3
n= 2: = 3*2*(2*2-1) = 6*3 = 18
n= 3: = 3*3*(2*3-1) = 9*5 = 45
n= 4: = 3*4*(2*4-1) = 12*7 = 84
n= 5: = 3*5*(2*5-1) = 15*9 = 135
Thus you just know the first five terms.
To find their sum, add these 5 numbers.
You should get the ANSWER 285.
Solved.
--------------
In whole, the task is as simple as a cucumber.
The words in the condition, crossed by red, are excessive and unnecessary.
They do not make the problem's formulation better.
In opposite, they make it worst, so I recommend to remove them.