Difference between revisions of "Manuals/calci/ARITHMETICSERIES"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
<math>a_{k}=a_{(k-1)}+d=a_{(k-2)}+2d=...=a_{1}+d(k-1)</math>. | <math>a_{k}=a_{(k-1)}+d=a_{(k-2)}+2d=...=a_{1}+d(k-1)</math>. | ||
*The sum of the sequence of the first n terms is then given by | *The sum of the sequence of the first n terms is then given by | ||
− | <math>S_{n} = sum_{ | + | <math>S_{n} = \sum_{k=1}^n a_k</math> |
Revision as of 18:03, 22 September 2016
ARITHMETICSERIES (Start,Difference,Numbers,OnlyNth)
- is the starting value
- is the difference value of the series.
- is the positive real number.
Description
- This function gives the Arithmetic series of the numbers.
- An arithmetic series is the sum of a sequence {a_k}, k=1, 2, ..., in which each term is computed from the previous one by adding (or subtracting) a constant d.
- Therefore, for k>1,
.
- The sum of the sequence of the first n terms is then given by