#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; cout<<pow(2,a)+1<<endl; return 0; }