Adding values in the list

Hello Community,

I'm trying to add elements in the list with respect to n+1.
For example, in the below snip. There are 10 values in the list and I want to add first element with the second element and the resulting element should be added with the third element in the list. 

The element in the list may vary with respect to the inputs given.