26.10 Integer Partitions: Other Restrictions26.12 Plane Partitions

§26.11 Integer Partitions: Compositions

A composition is an integer partition in which order is taken into account. For example, there are eight compositions of 4: 4,3+1,1+3,2+2,2+1+1,1+2+1,1+1+2, and 1+1+1+1. \mathop{c\/}\nolimits\!\left(n\right) denotes the number of compositions of n, and \mathop{c_{{m}}\/}\nolimits\!\left(n\right) is the number of compositions into exactly m parts. \mathop{c\/}\nolimits\!\left(\in\! T,n\right) is the number of compositions of n with no 1’s, where again T=\{ 2,3,4,\ldots\}. The integer 0 is considered to have one composition consisting of no parts:

26.11.1 \mathop{c\/}\nolimits\!\left(0\right)=\mathop{c\/}\nolimits\!\left(\in\! T,0\right)=1.

Also,

26.11.2 \mathop{c_{{m}}\/}\nolimits\!\left(0\right)=\delta _{{0,m}},

The Fibonacci numbers are determined recursively by

26.11.5
F_{0}=0,
F_{1}=1,
F_{n}=F_{{n-1}}+F_{{n-2}}, n\geq 2.
26.11.6 \mathop{c\/}\nolimits\!\left(\in\! T,n\right)=F_{{n-1}}, n\geq 1.

Explicitly,

26.11.7 F_{n}=\frac{(1+\sqrt{5})^{n}-(1-\sqrt{5})^{n}}{2^{n}\,\sqrt{5}}.

Additional information on Fibonacci numbers can be found in Rosen et al. (2000, pp. 140–145).