0

I would like to know if there is a generic way to write a number N as a sum of K integers. The integer can be 0, 1, 2...N. For example, 3 expressed as a sum of 2 numbers can be {0,3} {3,0} {1,2} {2,1} , thank you.

LGS
  • 9

0 Answers0