Base prime number system possible?
September 12, 2004 8:53 AM
Subscribe
I read
The Curious Incident of the Bear in the Night-Time and one of the bits of cleverness is using primes to number the chapters. This got me thinking, is it possible to have a base prime number system? [math inside]
Googling brought me a bunch of sites that say that prime numbers are prime for any integer base, but nothing about using a sequence as a base.
The two problems I see with using the prime sequence is that it is hard to check very large numbers and that it accelerates slowly, leading to long strings of 0s in any number.
A more general question would be can numbers be expressed in base f(
x)? I know for base
n, f(
x) =
nx but does it have to be?
posted by revgeorge to science & nature (24 comments total)
1 = 1, 2 = 10, 3 = 100, 4 = 101 (or 20), 5 = 1000, 6 = (110 or 10001 or 30), 7 = 10000
posted by revgeorge at 8:59 AM on September 12, 2004