This is quite likely a super simple question, but I lack the descriptive power to be able to find the answer on Google!
Consider the following two number sequences:
00, 10, 20, 30, 40, 50, 60, 70, 80, 90
45, 45, 45, 45, 45, 45, 45, 45, 45, 45
Both sequences have a total value of 450, but one accumulates steadily in multiples of 10, whilst the second remains constant at 45.
The second is easy to ascertain, divide the total value by the number of instances in the list. But the first sequence I'm stuck on - can anyone help me understand the formula for ascertaining the accumulation value (in this instance 10) from 0?
My goal is to be able to take any number and divide it x number of times, with the first number in the sequence being 0 and steadily increasing - apportioning greater and greater values to those later in the sequence.