What is the no of ways to express $r$ as a sum of $n$ non-negative integers in which order counts?
My observation: should not it be infinitely many ways? Because if $n ≥ r$ then first we will write $r$ $1$'s and then write $(n-r) $ $0$'s and at last arrange them In this way, if $n$ takes values $r+1, r+2, ...., 2r, ... $ then we can put more $0$'s between the $1$'s
Am I right?