I have a list of many numbers
I want to make a new list:
first entry: the sum of the first two numbers
second entry: the sum of the first three numbers
third entry: the sum of the first four numbers
etc.
How do I do this?
thanks