<p>Why is it that sometimes when I enter a series, the 89 will give me the sum, but sometimes it just gives me back the sum?</p>
<p>For example, if I enter SIGMA(1/((2*x)!),x,0,5) then I get the sum, but if I enter</p>
<p>SIGMA(1/((2*x)!),x,0,INFINITY) (actually putting in the infinity symbol of course)</p>
<p>then it just gives it back to me in sigma notation. What am I doing wrong?</p>