Hello,
I'm working on a computer problem, but, before I waste too much time going down this road, I thought I should pick the brains of you math geniuses.
Basically, I want to be able to represent any number between 1 billion and 42 trillion using just 4 characters (numbers and/or letters).
This is what I've come up with so far...
A^a + B^b + C^c + D^d = LARGE NUMBER
a, b, c, & d are exponent variables that can range from 0 to 35 (0,1,2,...X,Y,Z)
A, B, C, & D are bases that are integer constants that never change.
Basically, if someone is given the 4 exponent values and the bases are already known, they can extrapolate the number value from that.
For example, if I decided to always use A = 2, B = 3, C = 5, and D = 7, the exponent sequence Z9E2 would correspond to 2^26 + 3^9 + 5^14 + 7^2 = 6,170,644,221.
So, what I want to know is this:
Are there particular values of A, B, C, and D that, depending on the values of a, b, c, and d, can generate every single number between 1 billion and 42 trillion?
Is there NO set of 4 base values that can generate every single number between 1 billion and 42 trillion?
Will any values of A, B, C, and D work?
I look forward to your replies.
Thanks in advance!