[DRAFT] Flattening loops of combinations, again!?
We had problems implementing the 3x1 flattened four nested loops generating 4-combinations in (Dash et al., 2021).
\[\begin{align*} q &\gets (\sqrt{729 \lambda^2 -3} + 27 \lambda)^{1/3} \\ k &\gets \lfloor (q/3^2)^{1/3} + 1/(3q)^{1/3} - 1 \rfloor \\ T_z &\gets k (k + 1) (k + 2) / 6 \\ \lambda' &= \lambda - T_z \\ j &\gets \lfloor \sqrt{1/4 + 2\lambda'} -1/2 \rfloor \\ i &\gets \lambda' - j (j + 1) / 2 \end{align*}\]References
2021
Enjoy Reading This Article?
Here are some more articles you might like to read next: