User Portlet User Portlet

Discussions
factor the factor (list a) and type In[1]:= Range[6] (Integrate[x^2, {x, 1, #}] & /@ Reverse[Range[6]]) Out[1]= {215/3, 248/3, 63, 104/3, 35/3, 0}
That's exactly the answer for my second questions. Thanks Sir Mutze