Given the following Fibonacci sequence where a1 = 4 and a2 = 8
4, 8, 12, 20, 32, 52, 84, 136, 220, 356, 576, 932, 1508, 2440, 3948, 6388
And a random number: 63
It is possible to get the position (in this case 7 because 84 is the next number greater or equal than 63 in the sequence)?