- 15,994
- 9,187
It looks like I didn't make my question clear. Here is what I meant to ask:PeroK said:Miles to kilometres, coincidentally, has approximately a Fibonacci relationship. One mile is 1.609km, while the limiting factor for a Fibonacci sequence is ##\frac{1 + \sqrt 5}{2} \approx 1.618##.
1 mile is approximately 2 km
2 miles are approximately 3 km
3 miles are approximately 5km
5 miles are approximately 8 km
8 miles are approximately 13 km
etc.
That's the first (brute force) approach I tried without much success. So I thought that there might be a clever shortcut known to experts. If there isn't, I'll try again. Thanks.jedishrfu said:I think you could work it out by defining your numbers as polynomial sums. Then your relationship becomes
$$\Sigma ( b_n * 10^n ) = constant * \Sigma( a_n * 10^n )$$
Next add the constraint that the first 3 a values are equal to the first 3 b values
The remaining work is left to the OP