Is there any way to calculate terms of a series which Sage is unable to find a closed-form expression for?
For example, how do I calculate the first ten terms of a
in the following example?
sage: a = sum(sqrt(x), x, 0, oo)
sage: a
sum(sqrt(x), x, 0, +Infinity)