Prime Lab
Primes are the atoms of arithmetic β every whole number is built by multiplying them together, in exactly one way. Break numbers into their prime pieces, find what numbers share, hunt for the next prime, and see the strange patterns primes make.
Check any number for primality (this works even on giant numbers), and jump to the primes on either side.
Every number splits into a unique product of primes. Type one in.
The GCD is the biggest number that divides both; the LCM is the smallest number both divide into.
Type any number and find out what kinds of special number it is.
A 280-year-old unsolved puzzle: every even number bigger than 2 seems to be the sum of two primes. Try to break it.
Pick a number. If it's even, halve it; if it's odd, triple it and add 1. Repeat forever⦠except every number ever tried eventually crashes down to 1. No one has proved it always will.
The oldest recipe for finding primes: write out the numbers, then cross out every multiple of 2, then 3, then 5β¦ whatever survives is prime.
How many primes are below a number? There's no simple formula β but Gauss and Riemann found an astonishingly close estimate, li(x). Climb the powers of ten and watch the error shrink; the famous Riemann Hypothesis is really a question about how tiny it stays forever. (Past ten million we use mathematicians' record-breaking exact counts β no computer could ever list that many primes one by one.)
Write the whole numbers in a square spiral starting from the center, then light up only the primes. They shouldn't line up⦠but they stubbornly fall along diagonal streaks. Nobody fully understands why.
More number toys
Jump into another calculator.