M HYPE SPLASH
// general

compositions of n into even parts

By Emma Terry
$\begingroup$

I have found here { that the number of integer compositions of n into k odd parts would be ${\frac{n+k-1}{2} \choose k-1}$.

I would like to find the number of integer compositions of n into k even parts. My guess is that it would be the same, but I do not see how to prove it.

$\endgroup$

1 Answer

$\begingroup$

Each positive, even number is at least equal to two, so you can subtract one to get an odd, but still positive, number.

Therefore, the number of ways to decompose $n$ into $k$ even numbers is the same as the number of compositions of $n-k$ into $k$ odd numbers; and for that you already have a formula.

$\endgroup$ 0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy