Accidentally, I had seen this relation. I tried to find the formula
Here is my try:-
$$f_0= {{0}\choose{0}} $$
$$f_1={{1}\choose{0}} $$
$$f_2={{2}\choose{0}}+ {{1}\choose{1}} $$
$$f_3= {{3}\choose{0}}+ {{2}\choose{1}} $$
$$f_4= {{4}\choose{0}}+ {{3}\choose{1}}+{{2}\choose{2}} $$ $$...$$
Generalizing,
$$f_n=\sum_{s+r=n,s\ge r}{{s}\choose{r}}, 0\le s,r \le n $$
How to write the correct formula of n-th term. Why this pattern is coming. I could verify using calculation for upto n=10. How to give a rigorous proof?.