n=int(input()) if n%2!=0 and n!=1: print(n,n-1,1,sep=" ") else: print(-1,-1,-1,sep=" ")