Eleven terms. Not chosen -- forced. Each is an operation the ring performs on a number. Three structural anchors (-1, 0, 1), seven primes from two Cunningham chains (2, 3, 5, 7, 11, 13, 17), and the terminal projector 26,801,776 = 2^1680 mod 214,414,200. Together they form a complete computational vocabulary. 3 + 7 + 1 = 11 = the protector prime.
Three operators. Seven primes. One projector. The count is 11 -- itself the 5th axiom prime.
13 closes the 6-channel ring. 17 opens the 7th channel. Both are forced:
2 is a primitive root mod 13. ord(2, 13) = 12 = phi(13). Every element of Z/13* is a power of 2. The ring's primes all appear as 2^k mod 13:
| Prime | 2^k mod 13 | Exponent k |
|---|---|---|
| 3 | 2^4 mod 13 = 3 | k = 4 |
| 5 | 2^9 mod 13 = 5 | k = 9 |
| 7 | 2^11 mod 13 = 7 | k = 11 |
| 11 | 2^7 mod 13 = 11 | k = 7 |
Accumulate the eleven terms from -1. Each partial sum encodes a structural value:
| After term | Running sum | Name |
|---|---|---|
| -1 | -1 | Additive inverse |
| +0 | -1 | Unchanged |
| +1 | 0 | Zero |
| +2 | 2 | The first prime |
| +3 | 5 | The next chain prime |
| +5 | 10 = 2*5 | Product of first two chain primes |
| +7 | 17 | The 7th prime -- and the 7th channel |
| +11 | 28 = 2^2*7 | The 2nd perfect number |
| +13 | 41 | The 13th prime (KEY) |
| +17 | 58 = 2*29 | 29 = the 10th prime |
Enter k (1-11) to see the k-th term and the running sum after k terms.
Enter k (1-11):
Try: k=7 (sum=17), k=9 (sum=41 = 13th prime), k=10 (sum=58 = 2*29), k=8 (sum=28 = perfect number).
| Question | Standard | Axiom |
|---|---|---|
| How many fundamentals? | Varies by theory | 11 = L (protector prime). 3 operators + 7 primes + 1 projector. |
| Why these numbers? | No structural reason | Two Cunningham chains from {1, 2}, 13 closes 6ch, 17 completes 7ch |
| Does the list know itself? | No | Sub-sum = 41 = p_13. Count = 11 = L. Sum = 58 = 2*p_10. |
| Do the gaps mean anything? | No structure | All gaps are powers of 2. Sequence contains its own differences. |
| Why 17? | Just a prime | 5*7 = 1 mod 17. Extends lambda from 420 to 1680. Completes the 7th channel. |
Compute the partial sums. Check the gaps. Every identity on this page runs in .ax.
Source code · Public domain (CC0)
.ax source compiled to WASM via self-hosting compiler. Zero HTML authored.