What each pattern actually is, how it maps to music, and what we don't claim
Every composition on this album is generated by feeding a mathematical sequence through a deterministic pipeline: pattern → pitch mapping → rhythm → voice leading constraints → orchestration → rendering. No machine learning, no neural networks, no randomness beyond the initial seed. The mathematical pattern determines the melodic contour; classical counterpoint rules (parallel fifth avoidance, leap recovery, phrase-ending resolution) shape it into something that sounds like music.
Below is an honest account of each pattern: the actual formula, how it maps to notes, and what the resulting music does and doesn't represent.
The Fibonacci sequence is defined by the recurrence relation:
Producing: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...
The ratio F(n+1)/F(n) converges to the golden ratio φ = (1 + √5)/2 ≈ 1.6180339...
The claim that "Fibonacci is everywhere in music" is overstated in popular culture. We don't claim the sequence produces inherently beautiful music. The sequence determines pitch choices; counterpoint rules and orchestration make it listenable.
Reference: OEIS A000045. Fibonacci, L. (1202). Liber Abaci.
Per Nørgård's infinity series (1959) is defined by:
Producing: 0, 1, -1, 2, 1, 0, -2, 3, -1, 2, 0, 1, 2, -1, -3, 4, ...
The defining property: every subsequence at every scale is a transposition or inversion of the whole series. The series is genuinely self-similar at all levels.
Reference: Nørgård, P. (1959). Described in Rasmussen, K.A. (2009). Layers of continuity. OEIS A004718.
Uses the golden angle: θ = 360° / φ² ≈ 137.508°
This is the same angle that governs phyllotaxis, the arrangement of leaves, seeds, and petals in plants (sunflower heads, pinecones, artichokes). It produces the most uniform angular distribution possible.
Reference: Vogel, H. (1979). A better way to construct the sunflower head. Mathematical Biosciences, 44, 179–189.
When a string vibrates, it produces a fundamental frequency f plus overtones at integer multiples:
This is the physical basis of consonance. The octave (2f), perfect fifth (3f), perfect fourth (4f), and major third (5f) all emerge from this series. Every pitched acoustic instrument produces this spectrum.
Reference: Helmholtz, H. (1863). On the Sensations of Tone. Roederer, J.G. (2008). The Physics and Psychophysics of Music.
The logistic map is a one-dimensional discrete dynamical system:
Originally a population growth model. As the parameter r increases:
Reference: May, R. (1976). Simple mathematical models with very complicated dynamics. Nature, 261, 459–467. Feigenbaum, M.J. (1978). Quantitative universality for nonlinear transformations.
The Mandelbrot set is the set of complex numbers c for which the iteration
does not diverge. The boundary of this set is infinitely complex, a fractal with Hausdorff dimension 2.
We parametrize the main cardioid boundary using:
and record the escape count (number of iterations before |z| > 2) at each point. Points near the boundary escape slowly, these produce the highest values.
This track uses a research-grounded frisson trigger: an accented appoggiatura (a non-chord tone one semitone above, resolving downward) placed at exactly 61.8% of the composition's duration, the golden section. This is based on Sloboda (1991), who found that appoggiaturas accounted for 82% of reported "chill" moments in music listening.
Reference: Mandelbrot, B. (1980). Fractal aspects of the iteration of z → λz(1-z). Annals of the New York Academy of Sciences. Sloboda, J.A. (1991). Music structure and emotional response. Psychology of Music, 19, 110–120.
The Rössler system (1976) is a system of three coupled ordinary differential equations:
With parameters a = 0.2, b = 0.2, c = 5.7, the system produces a chaotic attractor: a single-lobe spiral in the x-y plane with occasional excursions in the z-direction. It is the simplest known continuous-time chaotic system.
Reference: Rössler, O.E. (1976). An equation for continuous chaos. Physics Letters A, 57(5), 397–398.
The Cantor set is constructed by recursive middle-third removal:
Each 1 is replaced by [1, 0, 1]; each 0 by [0, 0, 0]. The resulting set has measure zero but is uncountably infinite, it contains "as many points as the real line" yet takes up no space. Its Hausdorff dimension is log(2)/log(3) ≈ 0.6309.
Reference: Cantor, G. (1883). Über unendliche, lineare Punktmannigfaltigkeiten V. Mathematische Annalen, 21, 545–591.
Zipf's law describes a power-law relationship between rank and frequency:
The most common item appears roughly twice as often as the second most common, three times as often as the third, and so on. This distribution appears in natural language (word frequencies), city populations, website traffic, earthquake magnitudes, and, as Zipf himself noted, in music (some intervals appear far more often than others).
Reference: Zipf, G.K. (1949). Human Behavior and the Principle of Least Effort. Voss, R.F. & Clarke, J. (1975). '1/f noise' in music and speech. Nature, 258, 317–318.
The Thue-Morse sequence can be defined two equivalent ways:
This sequence has zero autocorrelation at every lag, no subsequence ever repeats exactly. It is the canonical "most aperiodic" binary sequence, used by Johnson (2003) specifically for anti-repetitive musical rhythms.
For any shift k, if you overlay the sequence with a shifted copy of itself, the number of matches equals the number of mismatches. No rhythmic or melodic pattern ever occurs more often than chance would predict. This is the opposite of how most music works, which is exactly the point of closing the album with it.
Reference: Thue, A. (1906). Über unendliche Zeichenreihen. Morse, M. (1921). Recurrent geodesics on a surface of negative curvature. Johnson, T. (2003). Self-Similar Melodies.
Every track passes through the same deterministic pipeline:
The pattern determines melodic contour. Classical counterpoint rules make it musical. The composer engine adds nothing creative, it applies rules mechanically. All musicality emerges from the interaction between mathematical structure and 500 years of counterpoint conventions.
Every note is reproducible. Given the same seed, key, and pattern, the output is identical every time. There are no hidden random draws, no neural network weights, no human intervention post-generation.