I would appreciate if somebody could help me with the following problem
Q: Find ? $(n,k\in\mathbb{N},k\leq n)$ $$\binom{n}{0} +\binom{n}{1}+\binom{n}{2}+\ldots+\binom{n}{k}=\,?$$
I would appreciate if somebody could help me with the following problem
Q: Find ? $(n,k\in\mathbb{N},k\leq n)$ $$\binom{n}{0} +\binom{n}{1}+\binom{n}{2}+\ldots+\binom{n}{k}=\,?$$
I think that I found a closed form which write
2^n - Binomial[n, 1 + k] Hypergeometric2F1[1, 1 + k - n, 2 + k, -1]
I hope I am not wrong.