Let I have a sequence as follows,
$$a_1,a_2,a_3,a_4,a_5...$$
where $(a_2-a_1),(a_3-a_2),(a_4-a_3),... $ are in arithmetic progression.
How can I find the Nth element ($a_N$) of the series $a_1,a_2,a_3,a_4,...,a_N,..$
I am new in AP Series. Please help.
Hint:
Set $\forall n\in\mathbb N,\,u_n=a_{n+1}-a_n$. $(u_n)_{n\in\mathbb N}$ is an AP so you know the general formula for $\sum_{k=1}^{N-1}u_k$. But this sum is a telescoping one so $\sum_{k=1}^{N-1}u_k=\sum_{k=1}^{N-1}(a_{k+1}-a_k)=a_N-a_1$.