Calculate $a_n = \binom{n}{2} + \binom{2}{n}$
Could you give me a hint how to start solving this equation? How can I expand $\binom{2}{n}$?
Definition of $\binom{a}{b}=\frac{a \cdot (a-1) \cdots (a-b+1)}{b!}$ where $a \in \mathbb{C}$. We don't use Gamma function.
It depends a bit on the context you are coming from, but $\binom{2}{n}$ is $0$ for $n>2$ under the combinatorial definition. I would guess that is the appropriate decision here.
If you've used the gamma function before, it's also possible to use that to generalize the choose function.