I Searched on the internet and I found this recurrence f(n,k)=f(n-,k-1)+f(n-k,k).
But unable to understand how it works?
No of ways to express N as a sum of k partitions ?
I Searched on the internet and I found this recurrence f(n,k)=f(n-,k-1)+f(n-k,k).
But unable to understand how it works?