Maxima Function
simplify_sum (expr)
Tries to simplify all sums appearing in expr to a closed form.
simplify_sum uses Gosper and Zeilberger algorithms to simplify sums.
To use this function first load the simplify_sum package with
load(simplify_sum).
Example: