I am stuck at the following variant of the balls bin problem.
The task is to count the number of ways of placing $n$ identical balls into $k$ ordered bins under the constraint: the bin number $i$ must have strictly less than $i$ balls.
Any help/suggestions would be appreciated.
$HINT:$ As far as I understood, It is said that balls are identical but bins are different.Then it reminds us Stirling numbers with second types look at:https://en.wikipedia.org/wiki/Stirling_numbers_of_the_second_kind#:~:text=Stirling%20numbers%20of%20the%20second%20kind%20are%20one%20of%20two,to%20the%20parameters%20n%2C%20k.
Moreover , it is said that $i$ th bin have at most $i$ balls so apply it to stirling numbers from $1$ to $i$