#include using namespace std; int main(){ cin.tie(0); ios::sync_with_stdio(false); long long int n; cin >> n; cout << 316+(n-1)*52 << "\n"; return 0; }