1

For $n$ and $k$ non-negative integers, let $$F(n,k) = \sum_{i=0}^{n}\binom{n}{i}^k$$ For example, $F(n,0)=n+1$, $F(n,1)=2^n$ and $F(n,2)=\binom{2n}{n}$.

Does there exist a general formula for $F(n,k)$?

Blue
  • 83,939
Nicky Hekster
  • 52,147

1 Answers1

2

For $n=3$, they are the Franel numbers (sequence $A000172$ in $OEIS$).

In fact, there is a general formula which involves generalized hypergeometric functions (which are summations up to infinity !!). Look at the pattern $$F(n,3)=\, _3F_2(-n,-n,-n;1,1;-1)$$ $$F(n,4)=\, _4F_3(-n,-n,-n,-n;1,1,1;1)$$ $$F(n,5)=\, _5F_4(-n,-n,-n,-n,-n;1,1,1,1;-1)$$