SumTools[Hypergeometric]
IndefiniteSum
calculate indefinite sum
Calling Sequence
Parameters
Description
Examples
References
IndefiniteSum(T, n)
T
-
function of n
n
variable
The IndefiniteSum(T,n) command computes a function G such that T⁡n=En−1·G⁡n if it exists.
The classes of functions T supported are rational functions, hypergeometric terms, and those for which the minimal annihilator in K⁡nEn for T can be computed.
with⁡SumToolsHypergeometric:
T≔1n2+sqrt⁡5⁢n−1
T≔1n2+5⁢n−1
Sum⁡T,n=IndefiniteSum⁡T,n
∑n⁡1n2+5⁢n−1=−13⁢n−32+52−13⁢n−12+52−13⁢n+12+52
T≔n3⁢2n
∑n⁡n3⁢2n=n3−6⁢n2+18⁢n−26⁢2n
T≔Γ⁡n+1−Γ⁡n−Ψ⁡n
∑n⁡Γ⁡n+1−Γ⁡n−Ψ⁡n=n4−n3−6⁢n2−6⁢n−5⁢Γ⁡n+1−Γ⁡n−Ψ⁡nn2+n+3−n5−n4−10⁢n3−9⁢n2−2⁢Γ⁡n+2−Γ⁡n+1−Ψ⁡n+1n⁢n2+n+3+n+1⁢n3−5⁢n2+4⁢n−2⁢Γ⁡n+3−Γ⁡n+2−Ψ⁡n+2n⁢n2+n+3
Abramov, S.A. "Indefinite sums of rational functions." Proc. ISSAC'95, pp. 303-308. 1995.
Abramov, S.A., and van Hoeij, M. "Integration of solutions of linear functional equations." Integral Transformations and Special Functions, Vol. 8 No. 1-2, (1999): 3-12.
Gosper, R.W., Jr. "Decision procedure for indefinite hypergeometric summation." Proc. Natl. Acad. Sci. USA, Vol. 75, (1977): 40-42.
See Also
sum
SumTools[Hypergeometric][DefiniteSum]
SumTools[Hypergeometric][Gosper]
SumTools[Hypergeometric][SumDecomposition]
SumTools[IndefiniteSum][AccurateSummation]
Download Help Document