How many distinct rhythms can a musical measure have?
Obviously the answer is not "$\infty$", so to answer this question we set a minimum rhythm $\frac{1}{4}$. We will consider both notes and rests and not consider irregular groups like triplets and others. So we'll consider notes and rests as $\frac{1}{4 }$, $\frac{2}{4}$, $\frac{3}{4 }$ ...
As regards musical measure we'll consider $\frac{L}{4}$ where $L$ is the length of measure and consider only $L>0$.
Then calculate the number of combinations of rhythms in a measure:
So the sequence found is: $1,2,5,13,34,...$ and this is a possible relation with Fibonacci's bisection:
$$ F(0)=1 $$
$$ F(1)=2 $$
$$F(L)= 3 \cdot F(L-1) - F(L-2); \quad L>1$$
How is it possible to proof that this recurrence relation is valid for each $L>1$?
IMPORTANT EDIT:
Sorry i have forgotten to write that we consider rhythms from the acoustic view point, so we consider for example that two rests of $\frac{1}{4}$ acoustically equal to a rest of $\frac{2}{4}$ and so we will consider only the rest of $\frac{2}{4}$.
Furthermore rhythms of arbitrary duration are allowed, for example we can have a note of $\frac{5}{4}$ with a invented symbol.






There are three cases:
This gives the order 2 recurrence relation $$ F(n)=3F(n-1)-F(n-2) $$ as you conjectured.
Another way to split things up that may be easier to think about: