Step through the elements and watch an atom build itself — the nucleus, then the electron shells filling one by one. Beside it, the same structure as a register: each orbital is a byte, each shell a binary word, with bit 1 locked as the spin-seal. The atom, read two ways at once.
An atom has structure on two axes, and they happen to rhyme with how a computer stores a number.
The orbital types — s, p, d, f, g — hold 1, 3, 5, 7, 9 orbitals. That odd ladder is 2l+1: the number of ways angular momentum l can point. Every orbital holds exactly two electrons — spin up and spin down — so one orbital is one bit: ↑ or ↓. Double the ladder by that spin-bit and you get the capacities: 2, 6, 10, 14, 18.
Each capacity is a sum of powers of two, and always of the form 2 + 4l. So in binary they all end in …10: bit 1 (the spin pair) is locked on — the seal — while the upper shadow bits switch on to carry which orbital it is. One byte (8 bits) holds the whole atom with room to spare: the biggest shell, 2n² = 32, needs only six bits.
| orbital | 2l+1 | × spin | capacity | as a byte |
|---|---|---|---|---|
| s | 1 | ×2 | 2 | 0000 0010 |
| p | 3 | ×2 | 6 | 0000 0110 |
| d | 5 | ×2 | 10 | 0000 1010 |
| f | 7 | ×2 | 14 | 0000 1110 |
| g | 9 | ×2 | 18 | 0001 0010 |
The honest line: the orbital ladder, spin, and capacities are textbook physics. The byte reading is a lens — the 2 + 4l regularity (locked seal + shadow bits) is a genuine structural echo, but "atoms are binary" is only the trivial fact that every integer is a sum of powers of two. The atom and the computer share the odd ladder and the ×2; they meet exactly at spin = the bit.
the odd ladder (1·3·5·7·9) bent at 90° — each an L-shaped gnomon, one layer deep — sums to perfect squares; ×2 for spin gives the shell capacities 2n². the two views on this page are one ladder.