Skip to main content

All Questions

1 vote
1 answer
92 views

Integer composition in exactly $T$ parts with maximum addend constraint.

In how many ways an integer $N$ can be partitioned into exactly $T$ parts such that $T = \lfloor N/K \rfloor + 1$ $N = A_1 + A_2 + \cdots+ A_T$ where order matters $0 \lt A_i \leq K$ $ N \bmod K \...
user253651's user avatar
1 vote
0 answers
157 views

Ways to arrange in a two dimensional array an increasing sequence

Given a $n\times m$ grid, which has the number 1 in the upper-left square and a positive integer $1\leq k\leq n+m-1$ in the lower right-square, I am trying to determine in how many ways can the ...
MarcoC's user avatar
  • 11