What is after every step of recursive call adding in answer

What valuse are getting added in answer steb by step once we reach n=0 and we return 1

we are basically adding up the values returned from the base case

i have tried to show the recursion tree
the answer recieved from the various factor
n-1
n-2
n-3 … ki values recieve hongi through recursion & those values get added up