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