#include int main() { int N; std::cin >> N; std::cout << 316 + (N - 1) * 52 << std::endl; return 0; }