We just started geometric series ("suite" in french) in math. Anyways, I figured out a formula for calculating the sum of N elements and I came up with:
T(n) = ab^n
S(min, max) = a(b^(max+1)-b^min)/(b-1)
min = first element to sum
max = last element to sum
S(2,3) = ab^2 + ab^3 for example
Confirm?
*edit* fixed a few math errors and put the right equation![]()




Reply With Quote