By Gil Kalai and Doron Zeilberger
Written: May 1, 2024
Appeared
in the Seminaire Lotharingien de Combinatoire v. 91, paper B91a.
We present both bijective and automated approaches to Abel-type sums, dear to Dominique Foata.
Added May 15, 2024: read master blogger Gil Kalai's wonderful post
Sum(1/((n-k)!*k!^a)*x^k*(r+k)^(k-1+p)*(s-k+q)^(n-k)*x^k,k=0..n) for a from 1 to 6
Sum(binomial(n,k)^2*x^k*(r+k)^(k-1+p)*(s-k+q)^(n-k)*x^k,k=0..n)
Sum(binomial(n,k)*binomial(n+k,k)*(r+k)^(k-1+p)*(s-k+q)^(n-k)*x^k,k=0..n)
Sum(binomial(n,k)^a*x^k*(r+k)^(k-1+p)*(s-k+q)^(n-k)*x^k,k=0..n) for a from 1 to 6
Sum(binomial(n,k)^a*binomial(n+k,k)^b*x^k*(r+k)^(k-1+p)*(s-k+q)^(n-k)*x^k,k=0..n) for a and b from 1 to 4
Dedicated to Dominique Foata (b. Oct 12, 1934) on his forthcoming 90th birthday.
[first version: (with a minor error, now corrected): .pdf]
Maple packages
Sample Input and Output for AbelBijection.txt
the input file yields the output file.
Sample Input and Output for AbelCeline.txt
the input file yields the output file.
the input file yields the output file.
the input file yields the output file.
the input file yields the output file.
the input file yields the output file.
the input file yields the output file.
the input file yields the output file.
the input file yields the output file.
the input file yields the output file.
the input file yields the output file.
the input file yields the output file.