n=int(input()) if n>=3 and n%2!=0: print(7,end="") n-=3 print("1"*int(n//2))