Boards (Hard)
Super Board Games Inc. is a big company producing board games. A new game was invented within it which may become very popular. A board divided into square cells is required for this game. Left and lower borders of the board should be level and the height of columns of cells should not increase from left to right. Also the board must be entirely paveable with dominoes. After it was found out that the game is the most interesting when played on the board consisting of n cells, it has been decided to release as many versions of the game using different n-cell boards as possible. Help the company count the number of different boards that can be released.
Fig. 1: An example of two boards of the eight cells: a valid (left) and which can not be a domino tile dies (right).
Input
The first line of input is number T (1 ≤ T ≤ 100) — the amount of test cases. Each test is a single integer n (1 ≤ n ≤ 100) - the number of cells.
Output
For each test case output the answer to the problem in the statement.