2

How do I show that the following sum is equal to the fibonacci numbers? Atleast numerical evaluation suggests it is $$ \sum_{k=0}^{\lceil n/2\rceil}\binom{n+1-k}{n+1-2k} $$ The image below shows how it moves through pascals triangle, it starts at the right $1$ on line $n+1$, if the upper line is $n=0$. enter image description here

Alice Ryhl
  • 7,853

1 Answers1

3

It's clear that: $$ \binom{n+1-k}{n+1-2k}=\binom{n+1-k}{k} $$ and there is a solution here

Elaqqad
  • 13,725