Re: Is there any quick way to calculate this series?



On Mar 13, 2:50 am, Chris <ch...@xxxxxxxxxxxxx> wrote:
Apologies,

I wrote the series down incorrectly, it is as follows:

-((y^x)/x) - ((y(^x+1)/(x+1)) - ((y^(x+2)/(x+2)) ... - ((y^(x+n)/(x-
n))

Thanks,

On Mar 13, 9:37 am, Chris <ch...@xxxxxxxxxxxxx> wrote:

Dear sci.math,

I have the following series:

-((y^x)/x) - ((y(^x-1)/(x-1)) - ((y^(x-2)/(x-2)) ... - ((y^(x-n)/(x-
n))

Is there an alternative single formula I can use to replace the above?

Thank you very much for any help.

Regards,

Chris.



Maple 9.5 gets:

S:=sum(y^(k+i)/(k+i),i=0..n);
k (k + n)
S := y LerchPhi(y, 1, k) - LerchPhi(y, 1, k + n) y

(k + n)
y
+ --------
k + n

t:=LerchPhi(y,1,k);

t := LerchPhi(y, 1, k)

convert(t,'hypergeom');

hypergeom([1, k], [k + 1], y)
-----------------------------
k

s:=LerchPhi(y,1,k+n);

s := LerchPhi(y, 1, k + n)

convert(s,'hypergeom');

hypergeom([1, k + n], [k + n + 1], y)
-------------------------------------
k + n

Do, you can either express the answer in terms of the LerchPhi
function, or else in terms of hypergeometric functions.


Here is a definition from the Maple help pages:
The Lerch Phi function is defined as follows:
infinity
------ n
\ z
LerchPhi(z,a,v) = > -------
/ a
------ (v+n)
n = 0
This definition is valid for abs(z) < 1 or abs(z) = 1 and Re(a) > 1.
By analytic continuation, it is extended to the whole complex z-plane
for each value of a and v.


R.G. Vickson
.



Relevant Pages

  • Maple bugs: Thomas Richard: Hurrah, Maple quality improves! - Example 1
    ... let us rejoice at Maple quality improvements ... advertised the other day by Herr Richard, Maple Support, ... publicly reported bugs by Cyber Tester to this forum? ...
    (sci.math.symbolic)
  • Maple bugs: Thomas Richard: Hurrah, Maple quality improves! - Example 1
    ... let us rejoice at Maple quality improvements ... advertised the other day by Herr Richard, Maple Support, ... publicly reported bugs by Cyber Tester to this forum? ...
    (sci.math)
  • Re: A development involving the Lambert W-function
    ... which is inconsistent with the previous result. ... the correct expansion in Maple, ... What result do you expect from Mathematica, Maple or whatever, since the ... limit on the right is indeterminate of the form infinity - infinity and ...
    (sci.math.symbolic)
  • Re: integral
    ... I've tried this substitution both by hand and with Maple. ... then for the integration bounds I get: ... So the bounds for my new integral would be from infinity to infinity??? ...
    (sci.math)
  • Integral, please
    ... Could someone with access to Mathematica or Maple please compute the ... I could substitute and get it in terms of a joint ... Infinity}, ] ...
    (sci.math)

Loading