A number -arrangement machine, when given an input string of numbers, arranges them following a particular pattern. The following is the illustration of an input and its arrangement.
Input :
3
4
9
7
6
11
Step I
9
16
81
49
36
121
Step II
12
20
90
56
42
132
Step III
17
25
95
61
47
137
Step IV
15
23
93
59
45
135
As per the rules followed in the above steps, find the appropriate answer
Question: 1
Which is the fifth number from the left end in step III of the following input? 6, 2, 14, 17, 8, 13