Logic:
Step I: Add the digits of the number and multiply by 2.
Step II: Divide the number by 2 and square it.
Step III: Take Square root and add 12 in it
Step IV: Subtract the sum of digit from number
Step V: Add 2 in each number
Input: 52, 78, 43, 39, 47, 36, 57, 19
Step I: 14, 30, 14, 24, 22, 18, 24, 20
Step II: 49, 225, 49, 144, 121, 81, 144, 100
Step III: 19, 27, 19, 24, 23, 21, 24, 22
Step IV: 9, 18, 9, 18, 18, 18, 18, 18
Step V: 11, 20, 11, 20, 20, 20, 20, 20
Hence, “11, 20, 11, 20, 20, 20, 20, 20” will be fifth step of given input.