A Piece of the Pi: mathematics explained • 42 implied HN points • 18 Nov 24
- Repunits are numbers made only of the digit 1 and can appear in different bases. For example, the number 31 can be written as 111 in base 5 and base 2.
- Mersenne primes are special numbers of the form 2^p - 1 that can be prime, where p is also a prime. However, it's rare for these to actually be prime numbers.
- One interesting link is between Mersenne primes and perfect numbers, which are those that equal the sum of their divisors. Each Mersenne prime corresponds to a perfect number, like how 31 corresponds to the perfect number 496.