7 is the last prime generated by the chain. Beyond it, the chain stops: 3^2 = 9 = 7 + 2 is composite. The mod-49 channel has the deepest recursion of any channel. The polynomial f(p) = p^2 - p - 1 connects 7 to the golden ratio, 3/4, and 5/3 through proved algebraic identities.
| Formula | Value | Note |
|---|---|---|
| (7-1)/(7+1) | 3/4 | PROVED. Matches Kleiber scaling exponent (OBSERVED, no mechanism). |
| (7-2)/(7-4) | 5/3 | PROVED. Matches Kolmogorov turbulence exponent (OBSERVED, no mechanism). |
| 7/4 | 7/4 | PROVED. Matches Ising critical exponent (OBSERVED). |
These are proved algebraic identities. The match to physical exponents is observed -- no mechanism is known. The key identity: 7^2 - 7 - 1 = 41, which is the depth quadratic f(7).
Multiple independent measurements agree: the mod-49 channel carries the most structural information of any channel.
The product of the three middle chain primes. It excludes 2 (the pair) and 11 (the check). 105 = 210/2: exactly half of Z/210.
Two parallel paths connect the chain primes: the Cunningham chain (1 -> 3 -> 7 via 2n+1, additive) and f(p) (3 -> 5 -> 19 via p^2-p-1, multiplicative). Different mechanisms, same structure.
The depth quadratic has a universal mirror property: f(p) = -1 mod p for ALL p. Proof: p^2-p = p(p-1) = 0 mod p, so f(p) = 0-1 = -1 mod p. Enter any prime (or any number) to verify.
Enter p:
Try chain primes: 3 (f=5), 5 (f=19), 7 (f=41), 11 (f=109, phi=108). Then try 13 (f=155).
The mod-49 channel spirals; other channels oscillate. 2 has odd order (21) in mod 49 but even order in every other channel (6 in mod 9, 20 in mod 25). This makes the mod-49 channel uniquely asymmetric for powers of 2.
| Claim | Standard View | Ring Structure |
|---|---|---|
| (7-1)/(7+1) = 3/4 | Coincidence | PROVED algebraic identity. Matches Kleiber scaling exponent (OBSERVED, mechanism unknown). |
| (7-2)/(7-4) = 5/3 | Coincidence | PROVED algebraic identity. Matches Kolmogorov exponent (OBSERVED, mechanism unknown). |
| Deepest channel | 7 is not special | mod 49 has the most states of any channel. Multiple measurements confirm dominance. |
| Golden ratio | Aesthetic preference | Discriminant of f(p) = p^2-p-1 is 5. Roots are the golden ratio. PROVED. |
| f(7) = 41 | Just a number | 7^2 - 7 - 1 = 41. 7 is a primitive root of 41 (ord = 40 = phi(41)). PROVED. |
Source code · Public domain (CC0)
.ax source compiled to WASM via self-hosting compiler. Zero HTML authored.