Re: hypergeometric GF
- From: "Daniel Lichtblau" <danl@xxxxxxxxxxx>
- Date: 9 Jun 2005 13:05:05 -0700
carlos@xxxxxxxxxxxx wrote:
> What is the generating function satisfying
>
> a(1)=1/(2*m-1);
> a(n+1) = -(2*m-2+n)*n/(2*(2*m-1+2*n)*(1+n)) * a(n), n>=1
>
> m,n positive integers?
In[65]:= InputForm[a[n] /. First[RSolve[{a[1]==1/(2*m-1),
a[n+1] == -(2*m-2+n)*n/(2*(2*m-1+2*n)*(1+n)) * a[n]}, a[n], n]]]
Out[65]//InputForm=
-(((-1)^n*4^(1 - n)*Gamma[1/2 + m]*Gamma[-2 + 2*m + n])/
((-1 + 2*m)*n*Gamma[-1 + 2*m]*Gamma[-1/2 + m + n]))
Daniel Lichtblau
Wolfram Research
.
- References:
- hypergeometric GF
- From: carlos
- hypergeometric GF
- Prev by Date: Re: hypergeometric GF
- Next by Date: Re: New to MuPad
- Previous by thread: Re: hypergeometric GF
- Next by thread: hypergeometric GF: difficult sum
- Index(es):
Relevant Pages
|
|