For a nonnegative integer $n$, a composition of $n$ means a partition in which the order of the parts matters.
Consider the generating function $$C(x) = \sum_{n=0}^{\infty} c_nx^n,$$ where $c_n$ is the number of distinct compositions of $n$ (note that $c_0=1$ by convention).
What is the value of $C\left(\tfrac 15\right)$?
How can I start this?
Hint: $c_n = 2^{n-1}$ for $n>0$.