889 bytes added
, 18:46, 30 May 2017
<div style="font-size:30px">'''ARITHMETICSERIESCORE (Start,Difference,Numbers,OnlyNth)'''</div><br/>
*<math>Start</math> is the initial number.
*<math>Difference</math> is the constant difference of two numbers.
*<math>Numbers</math>numbers to display in the series.
==Description==
*This function shows the series of given numbers.
*In <math>ARITHMETICSERIESCORE(Start,Difference,Numbers,OnlyNth)</math>,<math>Start</math> is the starting number of the series.
*<math>Difference</math> is the constant difference between the two consecutive terms.
*<math>Numbers</math> is the numbers to display in the arithmetic series.
*An arithmetic series is the sum of the terms of an arithmetic sequence.
*If the initial term is <math>a_1</math> and the common difference between consecutive number is d,then the nth term of the sequence <math>a_n</math> is given by <math>a_n= a_1+(n-1)d</math>.