Consecutive numbers are numbers that follow each other in order. They have a difference of 1 between every two numbers. Your task is to find three consecutive numbers whose sum is n. Here n is the sum of three consecutive numbers. Sample Input 2. Sample Output 18 5 6 7 60 19 20 21