sumk1i
Sumk1i denotes a finite sum in which the index k runs from 1 to i of a sequence a_k. In standard notation this is written as sum_{k=1}^i a_k. The value depends on both the upper limit i and the terms a_k; it is often called the i-th partial sum of {a_k}.
If i is fixed, the sum is a single number; if i is treated as a variable,
Examples help illustrate the concept. For a_k = k, sum_{k=1}^i k = i(i+1)/2. For a_k = 1, sum_{k=1}^i 1
Key properties of sumk1i include linearity: sum_{k=1}^i (a_k + b_k) = sum_{k=1}^i a_k + sum_{k=1}^i b_k and sum_{k=1}^i c
Applications of partial sums are widespread in mathematics and computer science. They form the basis of series