What is the sum of first 50 terms of the series $$(1\times3)+(3\times5)+(5\times7)+\ldots$$
I had tried to solve this question It seems that it is mixed arithmetic series In which first $A.p$ is $1,3,5\ldots$ Nd other one is $3,5,7\ldots$
But i don't know how to solve it together Please give me a better solution or approach to solve this problem? Tell me a best way to solve Such problems
Hint: Like Matti P. showed in the comments, the sum is $$\sum_{n=1}^{50}(2n+1)(2n-1)=\sum_{n=1}^{50}(4n^2-1)=4\sum_{n=1}^{50}n^2-50.$$ I'm sure you can take it from here.