What is a closed form of the sum:
$$\binom{n}{0}+\binom{n-1}{1}+\binom{n-2}{2}+\binom{n-3}{3}+\cdots$$
A combinatorial proof would also be much appreciated. Any general techniques to solve such sums where the numerator is decreasing and denominator increasing?
Hint for a combinatorial proof. Count the number of sequences of $1$s and $2$s which add up to $n$.
Method 1. Explain why the number of such sequences which include exactly $k$ $2$s is $\binom{n-k}{k}$.
Method 2. Show that if $a_n$ is the number of sequences then $a_n=a_{n-1}+a_{n-2}$.
Hint for a pictorial proof. $$\def\r{\color{red}{\bullet}}\def\b{\color{blue}{\bullet}}\def\g{\color{green}{\bullet}} \def\w{\circ}\def\s{\ \ \ \ }% \matrix{ \w\cr \w\s\w\cr \w\s\w\s\w\cr \w\s\w\s\w\s\g\cr \w\s\w\s\g\s\b\s\r\cr \w\s\g\s\b\s\r\s\w\s\w\cr \g\s\b\s\r\s\w\s\w\s\w\s\w\cr \b\s\r\s\w\s\w\s\w\s\w\s\w\s\w\cr \r\s\w\s\w\s\w\s\w\s\w\s\w\s\w\s\w\cr}$$ The terms in your expression are the red dots in Pascal's triangle. Each is the sum of the green and blue dots just above it. So the sum of all red dots is equal to the sum of all blue dots plus the sum of all green dots.
See if you can fill in the details. Good luck!