CF225E Unsolvable
Description
Consider the following equation:
![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF225E/546df2c440088cc1d07628a3b2e6a0b61a00f3dc.png) where sign $ [a] $ represents the integer part of number $ a $ .Let's find all integer $ z $ $ (z>0) $ , for which this equation is unsolvable in positive integers. The phrase "unsolvable in positive integers" means that there are no such positive integers $ x $ and $ y $ $ (x,y>0) $ , for which the given above equation holds.
Let's write out all such $ z $ in the increasing order: $ z_{1},z_{2},z_{3} $ , and so on $ (z_{i}<z_{i+1}) $ . Your task is: given the number $ n $ , find the number $ z_{n} $ .
Input Format
N/A
Output Format
N/A