User:Frostburn/Collatz scales: Difference between revisions
Formulate the musical equivalent of the Collatz conjecture. |
Add notes about the 3/1 iteration being special and give a counter example for 5/3 iteration. |
||
| Line 66: | Line 66: | ||
2/1 | 2/1 | ||
</pre> | </pre> | ||
== Additional results == | |||
Variations of the recursion do not seem work for all seeds e.g. | |||
<math> | |||
s_{n+1} = \frac{p_{n+1}}{q_{n+1}} = \frac{1 + 5 p_n}{3 q_n}\ \mathrm{red}\ 2 | |||
</math> | |||
Works for <math>\frac{14}{11}</math> | |||
<pre> | |||
! varcollatz14_11.scl | |||
! | |||
Collatz scale 5/3 variation of 14/11 | |||
7 | |||
! | |||
71/66 | |||
7/6 | |||
14/11 | |||
4/3 | |||
3/2 | |||
178/99 | |||
2/1 | |||
</pre> | |||
But produces an infinite scale for <math>\frac{19}{17}</math>. | |||
Revision as of 16:18, 5 January 2024
The Collatz conjecture states that a certain sequence always reaches one regardless of the starting value.
We can formulate the Collatz iteration musically as follows:
Start with a seed interval [math]\displaystyle{ s_0 = \frac{p_0}{q_0} }[/math] such that [math]\displaystyle{ 1 \le s_0 < 2 }[/math] and apply the following recursion:
[math]\displaystyle{ s_{n+1} = \frac{p_{n+1}}{q_{n+1}} = \frac{1 + 3 p_n}{q_n}\ \mathrm{red}\ 2 }[/math]
where [math]\displaystyle{ \frac{p_n}{q_n} }[/math] is in reduced form (no common factors) and [math]\displaystyle{ x\ \mathrm{red}\ 2 }[/math] denotes octave reduction i.e. repeated division or multiplication by 2 until [math]\displaystyle{ 1 \le x < 2 }[/math].
We call the set [math]\displaystyle{ \left\{ s_n | n \in \mathbb{N} \right\} \cup \left\{ 2 \right\} }[/math] the Collatz scale of [math]\displaystyle{ s_0 }[/math].
Conjecture
All Collatz scales are finite.
Evidence
Seed [math]\displaystyle{ \frac{7}{4} }[/math]:
! collatz7.scl ! Collatz scale of 7/4 6 ! 17/16 5/4 11/8 13/8 7/4 2/1
Seed [math]\displaystyle{ \frac{10}{7} }[/math]:
! collatz10_7.scl ! Collatz scale of 10/7 10 ! 35/32 31/28 5/4 71/56 10/7 23/16 53/32 47/28 107/56 2/1
Seed [math]\displaystyle{ \frac{13}{11} }[/math]:
! collatz13_11.scl ! Collatz scale of 13/11 7 ! 23/22 13/11 53/44 61/44 35/22 20/11 2/1
Additional results
Variations of the recursion do not seem work for all seeds e.g.
[math]\displaystyle{ s_{n+1} = \frac{p_{n+1}}{q_{n+1}} = \frac{1 + 5 p_n}{3 q_n}\ \mathrm{red}\ 2 }[/math]
Works for [math]\displaystyle{ \frac{14}{11} }[/math]
! varcollatz14_11.scl ! Collatz scale 5/3 variation of 14/11 7 ! 71/66 7/6 14/11 4/3 3/2 178/99 2/1
But produces an infinite scale for [math]\displaystyle{ \frac{19}{17} }[/math].