#文字数ばれしないためにここで文字数を稼ぐ mod=1000000007 x=int(input()) if x==2: print(mod-1) elif x==3: print(mod-6) elif x==4: print(mod-18)