iScience
- 466
- 5
$$ƒ = b^n$$
$$ b,n,I ∈ ℤ $$
Condition: Upon choosing a base value b..
$$ n | b^n ≤ I $$
(n is determined based off the value of b to yield the highest ƒ without going over I)
$$1<b<L , L<<I$$
where I is some large number, and L is also sufficiently large such that we want to avoid going through each base integer via trial and error...
How might I determine the base value that yields a value ƒ that is closest to I?
$$ b,n,I ∈ ℤ $$
Condition: Upon choosing a base value b..
$$ n | b^n ≤ I $$
(n is determined based off the value of b to yield the highest ƒ without going over I)
$$1<b<L , L<<I$$
where I is some large number, and L is also sufficiently large such that we want to avoid going through each base integer via trial and error...
How might I determine the base value that yields a value ƒ that is closest to I?