Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

having problem with reindexing the series

1 view
Skip to first unread message

steveyip

unread,
Nov 10, 1998, 3:00:00 AM11/10/98
to

I am having problems to reindex the following sums so that the anwser of
subtracting the summation of n*(n+1)x^(n+1)(n=1...infinity)from
the summation of n*(n+1)x^(n)(n=1...infinity)
can be obtained

thanks for your help in advance
Jerry

Serge Steer

unread,
Nov 16, 1998, 3:00:00 AM11/16/98
to steveyip
>I am having problems to reindex the following sums so that the anwser of
>subtracting the summation of n*(n+1)x^(n+1)(n=1...infinity)from
>the summation of n*(n+1)x^(n)(n=1...infinity)
>can be obtained.

Using Maple one can find that
sum(n*(n+1)*x^(n),n=1..infinity)-sum(n*(n+1)*x^(n+1),n=1..infinity);
equals to
2
x x
-2 -------- + 2 --------
3 3
(x - 1) (x - 1)

--
Serge Steer
Inria Rocquencourt
BP 105 78153 Le Chesnay CEDEX
email:Serge...@inria.fr

0 new messages