mod=998244353 N = int(input()) ans = 1 + N + N*(N-1)*pow(6,-1,mod) ans %= mod print(ans)