The Glossary

A comprehensive guide to the mathematical properties behind the sacred numbers. What they mean, where they come from, and how to find them.

I
Happy Numbers

Repeatedly sum the squares of a number’s digits. If you reach 1, the number is happy. If you don’t — you never will.

A happy number is defined by a simple process: take any positive integer, replace it by the sum of the squares of its digits, and repeat. If this process eventually reaches 1, the original number is happy. If it does not, the number loops forever in a cycle that never includes 1 — and that number is unhappy (sometimes called sad).

The term was introduced by Reg Allenby in a 1966 paper, though the concept circulated in recreational mathematics circles before that. The idea is simple enough for a child to understand, but the structure it reveals is unexpectedly deep.

Worked Example: Is 7 Happy?
Start with 7
7² = 49
4² + 9² = 16 + 81 = 97
9² + 7² = 81 + 49 = 130
1² + 3² + 0² = 1 + 9 + 0 = 10
1² + 0² = 1
7 → 49 → 97 → 130 → 10 → 1 ✓
7 reaches 1 in 5 steps. 7 is happy.
Worked Example: Is 73 Happy?
Start with 73
7² + 3² = 49 + 9 = 58
5² + 8² = 25 + 64 = 89
8² + 9² = 64 + 81 = 145
1² + 4² + 5² = 1 + 16 + 25 = 42
4² + 2² = 16 + 4 = 20
2² + 0² = 4
4² = 16
1² + 6² = 37
3² + 7² = 58 — we’ve been here before (step 2)
73 → 58 → 89 → 145 → 42 → 20 → 4 → 16 → 37 → 58... (cycle)
73 never reaches 1. Despite being Sheldon’s “best number,” 73 is unhappy. But notice: it passes through 42 (The Answer) and 37 (its own mirror) before cycling.
The Universal Unhappy Cycle

Here is the remarkable fact: every unhappy number in existence eventually enters the same 8-member cycle. There is no other cycle. No unhappy number wanders off into a different loop. Every single one, no matter how large, funnels into this:

4 → 16 → 37 → 58 → 89 → 145 → 42 → 20 → 4
the universal unhappy cycle — 8 members, no alternatives

Why does this happen? Because the sum-of-squares function rapidly shrinks large numbers. For any number with more than three digits, the sum of the squares of its digits is always smaller than the original number. So every starting number quickly reduces to something below 1000, and there are only finitely many possibilities — all of which have been tested and shown to either reach 1 or enter this single cycle.

42 is the only Catalan number in the cycle. It is the only Harshad number in the cycle. The only abundant number. The Answer to Life, the Universe, and Everything sits inside the only loop that unhappy numbers can ever reach. Douglas Adams may not have known this, but mathematics did.

In the Sacred Numbers

7 of the 11 core sacred numbers (3, 5, 9, 42, 73, 108, 369, 693) pass through 42 on their happy chains. The happy numbers in the collection — 1, 7, 13, 23, 28 — reach 1 without ever touching the cycle. 13 reaches 1 in just 2 steps: 13 → 10 → 1. It is the fastest multi-digit happy number.

Try It Yourself

Pick your birth year. Sum the squares of each digit. Keep going. Do you reach 1, or do you hit the cycle?

Example: 1977 → 1+81+49+49 = 180 → 1+64+0 = 65 → 36+25 = 61 → 36+1 = 37 → 9+49 = 58 → cycle. 1977 is unhappy.

But 2026 → 4+0+4+36 = 44 → 16+16 = 32 → 9+4 = 13 → 1+9 = 10 → 1. Happy!

II
Lucky Numbers

Survivors of a relentless sieve. Lucky numbers are what remains after a process of elimination that mirrors natural selection.

Lucky numbers were introduced by the Polish mathematician Stanislaw Ulam in 1955, along with colleagues at Los Alamos National Laboratory. The definition uses a sieve — a process of successive elimination — that is structurally similar to the Sieve of Eratosthenes for primes, but operates on position rather than divisibility.

The Lucky Number Sieve

Start with all positive integers. The sieve works in rounds:

Step-by-Step: Building the Lucky Numbers
Start with all positive integers: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21...
The first number after 1 is 2. Eliminate every 2nd number:
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21...
Surviving: 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21...
The next number in the surviving list after 1 is 3. Eliminate every 3rd survivor:
1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21...
Surviving: 1, 3, 7, 9, 13, 15, 19, 21...
The next surviving number after 3 is 7. Eliminate every 7th survivor:
1, 3, 7, 9, 13, 15, 19, 21...
Surviving: 1, 3, 7, 9, 13, 15, 21...
Continue with the next survivor (9), eliminating every 9th remaining number, and so on forever.
The lucky numbers: 1, 3, 7, 9, 13, 15, 21, 25, 31, 33, 37, 43, 49, 51, 63, 67, 69, 73, 75, 79, 87, 93, 99...

The result is stunning: lucky numbers share many statistical properties with primes. They have a similar density (the number of luckies below N is approximately N / ln(N), the same as primes). They exhibit a twin-lucky phenomenon analogous to twin primes. There is even a Goldbach-style conjecture for luckies. Ulam called this “the conspiracy of primes and luckies” — two completely different sieving processes producing eerily similar statistical distributions.

In the Sacred Numbers

The lucky numbers in the database: 1, 3, 7, 9, 13, 21, 73, 133, 693, 1275, 1575. Notably, 693 (Lucy’s plate) is lucky while its mirror 369 (Ganapati’s plate) is not. Same digits. Same digit sum. Same happy chain. But only 693 survives the sieve. The mirror carries different structure.

Try It Yourself

Is 15 lucky? Write out the first 20 odd numbers: 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39. Sieve every 3rd: removes 5, 11, 17, 23, 29, 35. Remaining includes 15. Sieve every 7th from the remaining list. If 15 survives all rounds, it is lucky. (It does.)

III
Prime Numbers

Indivisible. The atoms of arithmetic. Every integer is either prime or built from primes — and this decomposition is unique.

A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself. The first few: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43...

Primes are the foundation of all number theory. The Fundamental Theorem of Arithmetic (first proved rigorously by Gauss in 1801, though known to Euclid) states that every integer greater than 1 either is prime itself or can be represented as a product of primes, and this representation is unique (up to ordering). The number 42, for instance, is uniquely 2 × 3 × 7. No other primes will ever produce 42.

Euclid proved around 300 BCE that there are infinitely many primes. His proof by contradiction remains one of the most elegant in all of mathematics: assume there are finitely many primes, multiply them all together and add 1. The resulting number is not divisible by any prime on your list — contradiction.

Sophie Germain Primes

Named after Marie-Sophie Germain (1776–1831), a French mathematician who had to submit work under the male pseudonym “Monsieur LeBlanc” because women were barred from the École Polytechnique. A Sophie Germain prime is a prime p such that 2p + 1 is also prime. The first few: 2, 3, 5, 11, 23, 29, 41, 53, 83, 89...

The corresponding prime 2p + 1 is called a safe prime. Sophie Germain primes are important in cryptography — particularly in the Diffie-Hellman key exchange, where safe primes provide stronger security guarantees.

Emirps

An emirp (“prime” spelled backwards) is a prime that, when its digits are reversed, produces a different prime. The number 13 is prime, and 31 is also prime — so 13 is an emirp. The number 73 is prime, and 37 is also prime — so 73 is an emirp. Palindromic primes like 11 or 101 do not count because the reversal is not a different number.

Twin Primes

Twin primes are pairs of primes that differ by exactly 2: (3, 5), (5, 7), (11, 13), (17, 19), (29, 31), (41, 43), (59, 61), (71, 73)... The Twin Prime Conjecture — that there are infinitely many such pairs — is one of the oldest unsolved problems in mathematics, dating back at least to 1849. In 2013, Yitang Zhang proved that there are infinitely many prime pairs differing by at most 70,000,000 — the gap has since been reduced to 246 by the Polymath project, but 2 remains unproven.

Happy Primes

A number that is both happy and prime. These gained pop culture fame through Doctor Who, episode “42” (Series 3, Episode 7, 2007), where the crew must solve a security puzzle using happy primes to save their ship. The Doctor rattles off: “313, 331, 367, 379 — happy primes!”

In the Sacred Numbers

Primes in the database: 3, 5, 7, 13, 23, 73. Of these, 13 is the standout — it is simultaneously happy, lucky, prime, AND Fibonacci, the only number in the entire analysis with all four properties. 73 is an emirp (73 ↔ 37), a twin prime (with 71), and is proven to be the unique Sheldon number. 1013 (the prime factor of 2026) is a Sophie Germain prime: 2 × 1013 + 1 = 2027, which is also prime.

IV
Perfect Numbers

A number whose proper divisors sum to exactly itself. Nothing missing. Nothing in excess. Mathematical grace.

A perfect number is a positive integer that equals the sum of its proper divisors (all divisors excluding the number itself). The concept dates to ancient Greece — the Pythagoreans knew 6 and 28 were perfect.

Worked Example: Is 28 Perfect?
Find all divisors of 28: 1, 2, 4, 7, 14, 28
Sum the proper divisors (exclude 28 itself): 1 + 2 + 4 + 7 + 14 = 28
The sum equals the number. 28 is perfect.

Only 51 perfect numbers are known as of 2024. The first four: 6, 28, 496, 8128. The largest known has over 49 million digits. Euclid proved that if 2p − 1 is prime (a Mersenne prime), then 2p−1(2p − 1) is perfect. Euler proved the converse: every even perfect number has this form.

2p−1 × (2p − 1)
Euclid’s formula for even perfect numbers, where 2p − 1 is a Mersenne prime

For p = 2: 21 × (22 − 1) = 2 × 3 = 6.
For p = 3: 22 × (23 − 1) = 4 × 7 = 28.
For p = 5: 24 × (25 − 1) = 16 × 31 = 496.

Whether any odd perfect numbers exist is one of the oldest unsolved problems in mathematics, open since antiquity. If one exists, it must have more than 2,200 digits.

Saint Augustine wrote that God chose to create the world in six days because six is perfect. The lunar cycle of 28 days was seen as another expression of divine perfection. Every even perfect number is also a triangular number — mathematical grace compounding grace.

In the Sacred Numbers

The database contains two perfect numbers: 28 (T(7) = 28, the lunar cycle) and 496 (T(31) = 496). Both are also happy and triangular. The happy chain of 496 passes through 133 before reaching 1: 496 → 133 → 19 → 82 → 68 → 100 → 1.

V
Abundant Numbers

More than enough. The sum of proper divisors overflows the number itself.

An abundant number (also called an excessive number) is a number where the sum of its proper divisors is greater than the number. The abundance is the amount by which the divisor sum exceeds the number.

Worked Example: Is 12 Abundant?
Divisors of 12: 1, 2, 3, 4, 6, 12
Sum of proper divisors: 1 + 2 + 3 + 4 + 6 = 16
16 > 12. Abundance = 16 − 12 = 4
12 is abundant with abundance 4. It overflows.

The smallest abundant number is 12. The first few: 12, 18, 20, 24, 30, 36, 40, 42, 48, 54, 56, 60, 66, 70... Every multiple of 6 (above 6 itself) is abundant. Every multiple of a perfect number (above the perfect number itself) is abundant.

The concept was first studied by Nicomachus of Gerasa around 100 CE, who classified all numbers as deficient, perfect, or abundant — a classification that gives every number a character: reaching but not arriving, balanced, or overflowing.

In the Sacred Numbers

Abundant numbers in the database: 42, 70, 108, 144, 820, 1575. The Unicorn (1575) is the only number under 2000 that is simultaneously happy, lucky, AND abundant — fortune, happiness, and overflow in one number.

VI
Deficient Numbers

The sum of proper divisors falls short of the number. Reaching, but not arriving.

A deficient number is the opposite of an abundant number: the sum of its proper divisors is less than the number itself. The deficiency is the amount by which the number exceeds the sum of its proper divisors.

All prime numbers are deficient (their only proper divisor is 1). Most numbers are deficient — the density of deficient numbers among the integers is approximately 75%. But deficiency is not a weakness. It means the number stands largely alone, not reducible to the sum of its parts.

Worked Example: Is 73 Deficient?
73 is prime, so its only proper divisor is 1
Sum of proper divisors: 1
1 < 73. Deficiency = 73 − 1 = 72
73 is deficient with deficiency 72. It stands almost entirely alone.
In the Sacred Numbers

Deficient numbers: 26, 73, 77, 369, 693, 2026. The Tesla family (369, 693) and Matt’s number (77) are all deficient — their parts do not add up to themselves. They reach but do not arrive. There is always more.

VII
Fibonacci Numbers

Each number is the sum of the two before it. The sequence behind sunflowers, shells, galaxies, and the golden ratio.

The Fibonacci sequence begins 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377... Each term is the sum of the two preceding terms. It was introduced to Western European mathematics by Leonardo of Pisa (Fibonacci) in his 1202 book Liber Abaci, where he posed the famous rabbit breeding problem — but the sequence was described centuries earlier in Indian mathematics by Pingala (c. 200 BCE) and Hemachandra (c. 1150 CE) in the context of Sanskrit prosody.

F(n) = F(n−1) + F(n−2)
where F(0) = 0, F(1) = 1

As the sequence progresses, the ratio of consecutive Fibonacci numbers converges on the golden ratio φ (phi) = (1 + √5) / 2 ≈ 1.6180339887...

This ratio appears everywhere in nature: the spiral arrangement of sunflower seeds (typically 34 and 55 spirals, or 55 and 89), the shell of the nautilus, the branching of trees, the arrangement of leaves around a stem (phyllotaxis), the spiral arms of galaxies. The Fibonacci sequence is nature’s preferred counting system because it optimizes packing efficiency.

In the Sacred Numbers

Fibonacci numbers in the database: 1, 3, 5, 13, 21, 144. F(12) = 144 is the only Fibonacci number above 1 that is also a perfect square (12²). 13 = F(7) holds the unique distinction of being simultaneously happy, lucky, prime, AND Fibonacci. 5 = F(5) is both Fibonacci and Catalan — the only number besides 1 to hold both.

VIII
Catalan Numbers

The number of ways to correctly pair things — parentheses, handshakes, paths. Catalan numbers count the structure of balance itself.

The Catalan numbers form the sequence 1, 1, 2, 5, 14, 42, 132, 429, 1430... Named after the Belgian mathematician Eugène Charles Catalan (1814–1894), though they were discovered independently by Euler (1751) and the Mongolian mathematician Mingantu (c. 1730).

C(n) = (2n)! / ((n+1)! × n!)
the nth Catalan number

What do Catalan numbers count? An astonishing variety of combinatorial structures:

The Catalan numbers count the structure of balance — every application is about things that must match, pair, or close correctly. They are the mathematics of symmetry and completion.

In the Sacred Numbers

C(0) = 1, C(3) = 5, C(5) = 42. The Answer to Life, the Universe, and Everything is the 5th Catalan number — it counts the 42 ways to triangulate a heptagon, the 42 ways to nest 5 pairs of parentheses, the 42 non-crossing handshake configurations for 10 people in a circle. Balance, 42 ways.

IX
Triangular Numbers

Numbers that can be arranged as equilateral triangles of dots. The sum of the first n natural numbers.

The nth triangular number T(n) is the sum of the first n positive integers. Equivalently, it is the number of dots needed to form an equilateral triangle with n dots on each side.

T(n) = n(n + 1) / 2
the nth triangular number

The sequence: 1, 3, 6, 10, 15, 21, 28, 36, 45, 55, 66, 78, 91, 105, 120, 136, 153, 171, 190, 210...

A famous story (likely apocryphal) tells of the young Carl Friedrich Gauss, age 7, asked by his teacher to sum the integers from 1 to 100. He immediately paired the numbers: 1+100 = 101, 2+99 = 101, 3+98 = 101... giving 50 pairs of 101, or 5050. This is T(100) = 100 × 101 / 2 = 5050.

Triangular numbers connect to many other mathematical structures. Every even perfect number is triangular. The square of a triangular number is always another figurate number. The sum of two consecutive triangular numbers is always a perfect square: T(n) + T(n+1) = (n+1)².

Visual: The First Five Triangular Numbers
*     (1 dot)
* *    (3 dots: 1+2)
* * *   (6 dots: 1+2+3)
* * * *  (10 dots: 1+2+3+4)
* * * * * (15 dots: 1+2+3+4+5)
In the Sacred Numbers

Triangular numbers in the database: 1 = T(1), 3 = T(2), 21 = T(6), 28 = T(7), 496 = T(31), 820 = T(40), 1275 = T(50). T(7) = 28 is the lunar cycle and the second perfect number. T(50) = 1275 is the sum of all numbers from 1 to 50.

X
Star Numbers

Centered hexagram figurate numbers. Points of the Star of David. Where geometry meets the primes.

A star number (also called a centered hexagram number or Star of David number) is a centered figurate number that represents a hexagram (six-pointed star) with a dot in the center and all other dots surrounding it in successive hexagrammic layers.

S(n) = 6n(n − 1) + 1
the nth star number

The sequence: 1, 13, 37, 73, 121, 181, 253, 337, 433...

Something remarkable: the first four star numbers — 1, 13, 37, 73 — are all prime (with 1 as the trivial case). This is called the star-prime chain. The connection deepens: 13 and 31 are emirps. 37 and 73 are emirps. The star numbers and the primes align in ways that feel less like coincidence and more like structure.

In the Sacred Numbers

73 is the 4th star number: S(4) = 6×4×3 + 1 = 73. Its mirror 37 is the 3rd star number: S(3) = 6×3×2 + 1 = 37. Both are prime. Both are emirps of each other. The star and the mirror reflect across the same geometry.

XI
Harshad Numbers

From Sanskrit: harsha (“joy”) + da (“giving”). A number divisible by the sum of its own digits. The joy-giving number.

A Harshad number (also called a Niven number in some Western references) is a number that is divisible by the sum of its digits. The term was coined by the Indian mathematician D.R. Kaprekar (1905–1986), who named it from the Sanskrit harsha (joy, delight) and da (give). A number that gives joy.

Worked Example: Is 108 a Harshad Number?
Sum the digits of 108: 1 + 0 + 8 = 9
Divide 108 by the digit sum: 108 / 9 = 12
12 is a whole number — no remainder
108 is Harshad. The mala bead number gives joy.

Kaprekar was a remarkable figure — a schoolteacher in Devlali, India, who contributed to recreational mathematics as an amateur, publishing discoveries that professional mathematicians initially dismissed but later celebrated. He also gave us the Kaprekar numbers and the Kaprekar constant (6174 for four-digit numbers, 495 for three-digit numbers).

In base 10, the Harshad numbers begin: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 18, 20, 21, 24, 27, 30... Every single-digit number is trivially Harshad (a number divided by itself is always 1). The concept is base-dependent — a number that is Harshad in base 10 may not be Harshad in base 16.

In the Sacred Numbers

Harshad numbers in the database: 1, 3, 5, 7, 9, 21, 42, 70, 108, 133, 144, 820, 1275. The sacred number 42 is Harshad: 42 / (4+2) = 42 / 6 = 7. The speed of meditation, 108 km/h, is Harshad: 108 / (1+0+8) = 108 / 9 = 12. Joy-giving numbers giving joy.

XII
Narcissistic Numbers

Also called Armstrong numbers or pluperfect digital invariants. Numbers so self-absorbed, the sum of each digit raised to the power of the digit count equals the number itself.

A narcissistic number (or Armstrong number, named after Michael F. Armstrong) in a given base is a number that equals the sum of its own digits each raised to the power of the number of digits.

Worked Example: Is 153 Narcissistic?
153 has 3 digits
Raise each digit to the 3rd power: 1³ + 5³ + 3³ = 1 + 125 + 27 = 153
153 = 1³ + 5³ + 3³. It reconstructs itself from its own digits. Narcissistic.

The narcissistic numbers in base 10 are extremely rare. There are exactly 88 of them, and the largest has 39 digits. The complete list of narcissistic numbers with 3 digits: 153, 370, 371, 407. With single digits, all of them (0–9) are trivially narcissistic since n1 = n.

The term “narcissistic” captures the essential quality: the number is entirely self-referential. It contains within its own digits, at the correct power, the complete information needed to reconstruct itself.

In the Sacred Numbers

Only 1 is narcissistic in the database: 1¹ = 1. Unity reconstructs itself from itself. The most narcissistic act possible — and the most honest.

XIII
Automorphic Numbers

A number whose square ends in the number itself. Self-preservation through transformation.

An automorphic number (also called a curious number) is a number whose square “ends in” the number itself — that is, the last digits of the square match the original number.

Worked Examples
5² = 25 — ends in 5. Automorphic.
6² = 36 — ends in 6. Automorphic.
25² = 625 — ends in 25. Automorphic.
76² = 5776 — ends in 76. Automorphic.
376² = 141376 — ends in 376. Automorphic.

The concept captures something philosophically elegant: squaring usually transforms a number beyond recognition, but automorphic numbers preserve their identity through the transformation. They come through the fire and emerge with their essential form intact.

In any base, there are exactly two “streams” of automorphic numbers. In base 10, one stream ends in 5 (5, 25, 625, 0625...) and one ends in 6 (6, 76, 376, 9376...). Each extends infinitely, each digit determined uniquely.

In the Sacred Numbers

Automorphic numbers in the database: 1 (1² = 1) and 5 (5² = 25). Both are small, fundamental, and unchanged by their own power.

XIV
Kaprekar Numbers

Square the number, split the result, add the halves — and get the original number back. Self-reconstruction from expansion.

Named after D.R. Kaprekar (the same Kaprekar who coined “Harshad”), a Kaprekar number is a number whose square can be split into two parts that sum back to the original number.

Worked Example: Is 9 a Kaprekar Number?
Square it: 9² = 81
Split 81 into two parts: 8 and 1
Add the parts: 8 + 1 = 9
9² = 81, and 8 + 1 = 9. Self-reconstruction. Kaprekar.
More Examples
45² = 2025. Split: 20 + 25 = 45. Kaprekar.
55² = 3025. Split: 30 + 25 = 55. Kaprekar.
99² = 9801. Split: 98 + 01 = 99. Kaprekar.
297² = 88209. Split: 88 + 209 = 297. Kaprekar.

Kaprekar also discovered the Kaprekar constant: take any three-digit number with at least two different digits, arrange its digits in descending then ascending order, subtract the smaller from the larger. Repeat. You always reach 495 within a few steps. For four-digit numbers, the constant is 6174 (Kaprekar’s constant proper).

In the Sacred Numbers

Both 369 and 693 converge to the Kaprekar constant 495 in exactly two steps via an identical first step: sort the digits to get 963 − 369 = 594, then 954 − 459 = 495. Same digits, same journey, same destination. 9 is Kaprekar: 9² = 81, and 8+1 = 9.

XV
Digital Root

Repeatedly sum a number’s digits until you reach a single digit. This final digit is the number’s digital root — its essence, its vibration.

The digital root of a number is the single-digit value obtained by repeatedly summing its digits. It is also known as the repeated digital sum or modular root.

Worked Example: Digital Root of 693
Sum digits: 6 + 9 + 3 = 18
Sum again: 1 + 8 = 9
Digital root of 693 is 9.

There is a beautiful shortcut: the digital root of any positive integer n is simply 1 + ((n − 1) mod 9). This works because our base-10 number system makes 10 ≡ 1 (mod 9), so every power of 10 is congruent to 1 mod 9, and the sum of digits preserves the remainder when dividing by 9. This is why the ancient method of casting out nines works as an arithmetic check.

dr(n) = 1 + ((n − 1) mod 9)
for n > 0

In vortex mathematics (associated with Nikola Tesla and later Marko Rodin), the digits 1–9 are arranged in a circle, and the doubling sequence 1, 2, 4, 8, 16, 32, 64, 128... produces digital roots that cycle: 1, 2, 4, 8, 7, 5, 1, 2, 4, 8, 7, 5... The digits 3, 6, and 9 never appear in this doubling cycle. They form a separate family — Tesla’s “magnificence of 3, 6, and 9.”

In the Sacred Numbers

108, 369, and 693 all have digital root 9 — the Tesla family. 77 has digital root 5. 2026 has digital root 1 (unity). 73 also has digital root 1. The digital root connects numbers that are otherwise unrelated: it finds their shared vibration.

XVI
Palindromes

A number that reads the same forwards and backwards. A number that is its own mirror.

A palindromic number is one that remains the same when its digits are reversed. In base 10: 7, 11, 22, 33, 77, 99, 121, 131, 1001... Every single-digit number is trivially palindromic. All repdigit numbers (11, 22, 333, 4444...) are palindromic.

The word “palindrome” comes from the Greek palindromos: palin (“again, back”) + dromos (“running”). Running back to itself. The concept extends beyond base 10 — a number can be palindromic in binary (see binary palindromes) without being palindromic in decimal, or vice versa.

An unsolved problem in mathematics: the 196 conjecture asks whether repeatedly reversing and adding will always eventually produce a palindrome. The number 196 has been tested to over a billion digits without producing one. It is believed to be a “Lychrel number” — a number that never reaches a palindrome through this process — but this has never been proved.

In the Sacred Numbers

77 is a decimal palindrome: it IS the mirror, needs no reflection. 73 is a binary palindrome (1001001) but not a decimal one — its mirror in decimal is 37, a different (also prime) number. 42 in binary is 101010 — perfectly alternating but not palindromic.

XVII
Evil Numbers

A number with an even number of 1s in its binary representation. The counterpart of odious. Nothing sinister — just even parity.

An evil number is a non-negative integer that has an even number of 1s in its binary (base-2) representation. The name is purely playful — a contrast with odious numbers (odd parity), coined for recreational enjoyment.

Worked Example: Is 42 Evil?
Convert 42 to binary: 101010
Count the 1s: three 1s
Three is odd, not even
42 has three 1s in binary. 42 is NOT evil — it is odious.
Worked Example: Is 693 Evil?
Convert 693 to binary: 1010110101
Count the 1s: six 1s
Six is even
693 has six 1s in binary. 693 is evil.

Evil and odious numbers alternate in a complex, non-periodic pattern. Exactly half of all integers are evil, and half are odious. The property relates to the Thue-Morse sequence — a fundamental sequence in combinatorics on words, connected to fair division problems and chess tournament scheduling.

In the Sacred Numbers

Evil numbers in the database: 3 (binary 11, two 1s), 5 (101, two 1s), 9 (1001, two 1s), 77 (1001101, four 1s), 108 (1101100, four 1s), 693 (1010110101, six 1s), 2026 (11111101010, eight 1s). The mirror pair 369/693 splits: 693 is evil (six 1s) while 369 is odious (five 1s). Same decimal digits, different binary parity.

XVIII
Odious Numbers

A number with an odd number of 1s in binary. The counterpart of evil. Named for the pun, not the character.

An odious number is a non-negative integer with an odd number of 1s in its binary representation. “Odious” from “odd” — a playful naming convention that pairs with “evil” (even).

The first few odious numbers: 1, 2, 4, 7, 8, 11, 13, 14, 16, 19, 21, 22, 25, 26, 28... Every power of 2 is odious (binary representation has exactly one 1).

Worked Example: Is 73 Odious?
Convert 73 to binary: 1001001
Count the 1s: three 1s
Three is odd
73 has three 1s in binary. 73 is odious.
In the Sacred Numbers

Odious numbers in the database: 1 (1, one 1), 7 (111, three 1s), 13 (1101, three 1s), 42 (101010, three 1s), 73 (1001001, three 1s), 369 (101110001, five 1s). 42 and 73 share the same binary popcount of 3 — both odious by exactly the same measure.

XIX
Binary Palindromes

Numbers whose binary representation reads the same forwards and backwards. Symmetry in the language of machines.

A binary palindrome is a number whose representation in base 2 is a palindrome — it reads identically forward and backward. This is independent of whether the number is also a palindrome in base 10.

Worked Example: Is 73 a Binary Palindrome?
Convert 73 to binary: 1001001
Reverse: 1001001
Forward = Reverse
73 in binary is 1001001, which reads the same both ways. Binary palindrome.

The first few binary palindromes: 0, 1, 3 (11), 5 (101), 7 (111), 9 (1001), 21 (10101), 27 (11011), 33 (100001), 45 (101101), 63 (111111), 73 (1001001), 85 (1010101)...

Numbers that are palindromic in both binary and decimal are extremely rare. Examples include 0, 1, 3, 5, 7, 9, 33, 99, 313, 585, 717... The sequence grows increasingly sparse.

In the Sacred Numbers

73 in binary is 1001001 — a perfect binary palindrome. Meanwhile its decimal mirror 37 is NOT a binary palindrome (37 = 100101). One more asymmetry between the mirror pair: they reflect in decimal but not in binary. 42 in binary is 101010 — beautiful alternation, but not a palindrome (reversed: 010101, which is 21).

XX
Semiprimes

The product of exactly two primes. Not an atom, not a molecule — a bond.

A semiprime (also called a 2-almost prime or biprime) is a natural number that is the product of exactly two prime numbers (not necessarily distinct). The first few: 4 (2×2), 6 (2×3), 9 (3×3), 10 (2×5), 14 (2×7), 15 (3×5), 21 (3×7), 22 (2×11), 25 (5×5), 26 (2×13)...

Semiprimes are important in cryptography. The RSA algorithm relies on the difficulty of factoring large semiprimes into their two constituent primes. If someone gives you N = p × q where p and q are both enormous primes, finding p and q from N alone is computationally infeasible with current technology. This intractability secures most of the internet.

The simplest composite numbers. One bond. Two atoms. The first step above primality.

In the Sacred Numbers

Semiprimes in the database: 26 = 2 × 13 (where 13 is the most mathematically blessed number), 77 = 7 × 11 (the sacred seven times the master number), 2026 = 2 × 1013 (where 1013 is a Sophie Germain prime).

XXI
Master Numbers

In numerology: doubled digits. 11, 22, 33, 44, 55, 66, 77, 88, 99. The amplification of a single digit’s essence.

Master numbers are a concept from numerology rather than formal mathematics. In numerological practice, when reducing a number to its digital root, you stop if you encounter 11, 22, or 33 — these are considered “master numbers” with amplified spiritual significance. Extended systems include all repdigit two-digit numbers: 44, 55, 66, 77, 88, 99.

The doubled digit is said to amplify the vibration of the single digit:

While master numbers come from a mystical rather than mathematical tradition, they share a formal property with mathematics: they are precisely the repdigit numbers with two digits, which form the sequence n × 11 for n = 1, 2, ..., 9. Each is divisible by 11 (the first master number) and by its constituent digit.

In the Sacred Numbers

77 is Matt’s number — born 8.1.1977. Life path: 8+1+1+9+7+7 = 33, the Master Teacher. 77 = 7 × 11: the sacred seven meets the first master number. Matthew 18:22: “Not seven times, but seventy-seven times” — the number of complete forgiveness.

XXII
The Sheldon Conjecture

“The best number is 73.” Not an opinion. A mathematical theorem.

In The Big Bang Theory, Season 4, Episode 10 (“The Alien Parasite Hypothesis,” 2010), Sheldon Cooper declares:

The best number is 73. 73 is the 21st prime. Its mirror, 37, is the 12th prime. And its mirror, 12, is the product of the digits of 73. And… in binary, 73 is a palindrome: 1001001, which backwards is 1001001.

Sheldon Cooper (Jim Parsons), TBBT S4E10

Let’s unpack each property systematically:

The Sheldon Properties of 73
73 is the 21st prime number. (2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73)
The product of its digits: 7 × 3 = 21. The index matches the digit product.
Its mirror 37 is the 12th prime.
12 is the mirror of 21.
In binary: 73 = 1001001, which is a palindrome.

In 2015, mathematicians Carl Pomerance (Dartmouth) and Chris Spicer (Morningside University) formalized this as a mathematical conjecture: is 73 the only prime with all these self-referential properties?

Formally: call a prime p a Sheldon prime if p is the n-th prime, the product of its digits equals n, its mirror (reverse of its digits) is the m-th prime, and m is the reverse of n.

In 2019, Pomerance and Spicer proved the conjecture. Their paper, “Proof of the Sheldon Conjecture,” demonstrated that 73 is indeed the unique prime satisfying all these properties. No other prime in all of mathematics — not among the infinitely many primes we know exist — will ever share this constellation of self-referential relationships.

In the Sacred Numbers

73 is also a star number (S(4)), an emirp, a twin prime (with 71), and the 37th odd number. Its happy chain visits both 42 and 37 before cycling — even in unhappiness, it touches The Answer and its own reflection. There are exactly 21 primes below 77 (Matt’s number), and the 21st and last is 73, standing guard at the gate.

XXIII
Mihailescu’s Theorem

Catalan’s Conjecture, proved in 2002. The reason 26 is the impossible sandwich — forever alone between a square and a cube.

In 1844, the Belgian mathematician Eugène Charles Catalan (the same Catalan of the Catalan numbers) conjectured that the only consecutive perfect powers in all of mathematics are 8 and 9 — that is, 2³ and 3².

A perfect power is a number that can be expressed as ab where a and b are both integers greater than 1. So: 4, 8, 9, 16, 25, 27, 32, 36, 49, 64, 81, 100, 121, 125, 128...

Catalan noticed that 8 (= 2³) and 9 (= 3²) are right next to each other. He asked: does this ever happen again? Are there any other consecutive perfect powers?

For 158 years, nobody could prove it. Then in 2002, the Romanian-German mathematician Preda Mihailescu proved Catalan right. The result, now called Mihailescu’s Theorem, states:

The only solution in natural numbers to xa − yb = 1, where a, b > 1, is 3² − 2³ = 1.

Preda Mihailescu, 2002

This has a beautiful consequence for 26. Since 25 = 5² and 27 = 3³ are the only case (besides 8 and 9) where a perfect square and a perfect cube are separated by exactly 2, the number 26 sits in a position that no other number will ever occupy. It is the impossible sandwich — the only number that can ever be nestled between a perfect square and a perfect cube with gap 2.

In the Sacred Numbers

26 = 2 × 13, where 13 is the most mathematically blessed number in the database. The atomic number of iron — the most stable element, the endpoint of stellar nucleosynthesis, where fusion stops and fission begins. Hebrew gematria of the Tetragrammaton YHWH: 10 + 5 + 6 + 5 = 26. The number of dimensions in bosonic string theory. The only number with ALL these properties simultaneously.

XXIV
The Happy Year Trilogy

2025 – 2026 – 2027. Three consecutive years, each with rare mathematical properties. A perfect square, a happy semiprime, and a safe prime walk into a bar.

2025

45² — a perfect square year. The last perfect square year was 1936 (44²). The next won’t come until 2116 (46²). We wait 89 years between them. 2025 is also the sum of the cubes of the first nine positive integers: 1³ + 2³ + ... + 9³ = 2025.

2026

Happy semiprime. 2026 = 2 × 1013. Happy in 5 steps: 2026 → 44 → 32 → 13 → 10 → 1. The chain passes through 13 — happy, lucky, prime, and Fibonacci. The year of the Fire Horse in the Chinese zodiac (Feb 17, 2026).

2027

Safe prime. 2027 is prime, and 2027 = 2 × 1013 + 1, making it a safe prime generated by the Sophie Germain prime 1013 — the same 1013 that is 2026’s prime factor. The year after happiness is prime. The year that grows from 2026’s own seed.

The Trilogy

Perfect square → happy semiprime → safe prime. Three consecutive years, three different types of mathematical rarity. The probability of three such years appearing in sequence is extraordinarily low. We are living inside a mathematical coincidence.

The key connection: 1013 does double duty. It is the prime factor of 2026 (making 2026 a semiprime) AND the Sophie Germain prime that generates 2027 (2 × 1013 + 1 = 2027). The same prime seed is woven through two consecutive years. 2026 carries 1013 as its factor. 2027 is built from 1013 by the Sophie Germain construction. One prime, two years, two different relationships.

And 2026’s happy chain passes through 13 — the number that is simultaneously happy, lucky, prime, and Fibonacci. The most mathematically blessed number in the entire sacred numbers database serves as a waypoint on 2026’s path to happiness.

In the Sacred Numbers

2026 is the Chinese Year of the Fire Horse, beginning February 17, 2026. The Fire Horse comes once every 60 years (the last was 1966). A year of fierce, untameable energy. That it is also mathematically happy, flanked by a perfect square and a safe prime — this is the kind of coincidence that makes you wonder whether mathematics knows something we don’t.