#sequence program x = int(input("Input x: ")) y = int(input("Input y: ")) z = (x+y) *2 print("(x+y)*4 + ",z)