Among the most ancient objects in number theory: integers that are exactly the sum of their own proper divisors. Six, twenty-eight, four-hundred-ninety-six — each one is a closed arithmetic circle, and beyond 8128 the numbers explode: 33,550,336, 8,589,869,056, 137,438,691,328...
Perfect Numbers Generator produces them by the deciding theorem: every even perfect number is 2^(k-1)(2^k - 1) with k prime and 2^k - 1 prime (Mersenne primes). Each exponent and each Mersenne factor is checked in-browser with exact BigInt Miller-Rabin, so no list is pre-fabricated — the numbers are discovered, k by k, while you watch.