Sumtohyper - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


sumtools

  

sumtohyper

  

express an indefinite sum as a Hypergeometric function

  

Sumtohyper

  

express an indefinite sum as a Hypergeometric function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

sumtohyper(f, k)

Sumtohyper(f, k)

Parameters

f

-

expression

k

-

name, summation variable

Description

• 

The function sumtohyper converts the sum

kfk

  

to be taken over all integers k, involving exponentials, factorials, binomial coefficients, and Pochhammer symbols into hypergeometric notation. The procedure Sumtohyper is the corresponding inert form which gives the result in terms of an unevaluated %hypergeom expression.

• 

The command with(sumtools,sumtohyper) allows the use of the abbreviated form of this command.

Examples

withsumtools:

sumtohyperbinomialn,k,k

2n

(1)

Sumtohyperbinomialn,k,k

hypergeomn,,−1

(2)

sumtohyperbinomialn,k2,k

hypergeomn,n,1,1

(3)

sumtohyperbinomialn,k2binomialn1,k2,k

2n1hypergeomn+1,n+1,2n+2,2,2n+1,1

(4)

See Also

hypergeom

sum

sumtools