This is not a limit problem.
Try to compute sum(1/i^2,i,1,inf),simpsum;
The answer should be %pi^2/6.
Leo wrote:
>
>That did help with this question. I was expecting a more general
>solution because there are just too many such questions. For example,
>
> n
> ====
> \ 1
> > --
> / 2
> ==== i
> i = 1
>
>How can I get the limit when n -> inf?
>
>Thanks.
>
>
>