#yuki793 n=int(raw_input()) mod=10**9+7 res=(pow(10,n,mod)+(pow(10,n,mod)-1+mod)%mod*pow(9,mod-2,mod)%mod*3%mod)%mod print res