sumtools
sumtohyper
express an indefinite sum as a Hypergeometric function
Sumtohyper
Calling Sequence
Parameters
Description
Examples
sumtohyper(f, k)
Sumtohyper(f, k)
f
-
expression
k
name, summation variable
The function sumtohyper converts the sum
∑k⁡f⁡k
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.
with⁡sumtools:
sumtohyper⁡binomial⁡n,k,k
2n
Sumtohyper⁡binomial⁡n,k,k
hypergeom⁡−n,,−1
sumtohyper⁡binomial⁡n,k2,k
hypergeom⁡−n,−n,1,1
sumtohyper⁡binomial⁡n,k2−binomial⁡n−1,k2,k
2⁢n−1⁢hypergeom⁡−n+1,−n+1,−2⁢n+2,2,−2⁢n+1,1
See Also
hypergeom
sum
Download Help Document