The function is this one: For $m,n$ positive integers, $$a(m,n)=\sum_{k=0}^n\sum_{i=0}^m {n\choose k}{m\choose i}(-1)^{n-k}(-1)^{m-i}2^{ki}$$ $$ = \sum_{k=0}^n {n\choose k}(-1)^{n-k}(2^k-1)^m.$$
I also know that:
- It satisfies the recurrence equation $$\left( \sum_{j=1}^m\sum_{k=1}^n{m \choose j}{n \choose k}a(j,k)\right)-(2^{mn}-1)=0.$$ Note that when $m=n=1$ the summation only has one term and we get the base case $a(1,1)=1$. I also want to note that $$2^{mn}-1=\sum_{i=1}^{mn}{mn \choose i}$$ but I couldn’t come up with a binomial relation which let me simplify the recurrence.
- $a(m,n)\sim 2^{mn}$, so I think that $a(m,n)$ is not an holonomic “sequence”. Hence it doesn’t exist a $P$-finite recurrence for $a(m,n)$, so I it’s possible that the recurrence in 1. cannot be simplified either.
- $a(m,n)=$ A183109 sequence of OEIS.
- $a(n,n)=$ A048291 sequence of OEIS. There appears: $$\text{e.g.f.} \sum_{n=0}^\infty((2^n-1)^n\exp((1-2^n)x)\frac{x^n}{n!}$$ I guess that “e.g.f.” stands for “exponential generating function”, but I don’t think this is an exponential generating function (is it?).
- $a(m,n)$ appears in this forum (Number of $(0,1)$ $m\times n$ matrices with no empty rows or columns), and the main answer also conjectures no better form exists.
- If $$g(x)=\sum_{k=0}^\infty (2^k-1)^m \frac{x^k}{k!},$$ i.e. $g$ is an e.g.f. of $(2^k-1)^m$, then $$e^{-x}\cdot g(x)=\sum_{n=0}^\infty a(m,n)\frac{x^n}{n!},$$ i.e. $e^{-x}\cdot g(x)$ is an e.g.f. of $a(m,n)$. The thing is that I wasn’t able to find a good looking function $g(x)$.
I want to find a way to efficiently calculate $a(m,n)$ (that’s why my interest in finding a non-summation form or a generating function for the bivariate sequence).
The thing is that I suspect that not non-summation form nor good looking function exist, but I’m not an expert so maybe somebody sees the function and can find one of those, or explain why none of those exist.
Thanks in advance.