Seeing the fame received by the Fibonacci numbers, the other Natural Numbers were feeling jealous. Therefore, to give them their shot at glory Mr. Non-Fibo now wants you to tell him the Nth- Non Fibonacci Number.
First line contains T which is the number of test cases.
T lines follow each with an integer N.
For each N output the Nth Non-Fibonacci number.
The first few Natural Numbers that are Fibonacci are : 1,2,3,5,8,13.. Thus the first few Natural Numbers that are not Fibonacci are 4,6,7,9,...