Maxima Function
arithmetic (a, d, n)
Returns the n-th term of the arithmetic series a, a + d, a + 2*d, ..., a + (n - 1)*d.
a, a + d, a + 2*d, ..., a + (n - 1)*d
To use this function write first load(functs).
load(functs)