#include int main(){ long long int N; scanf("%lld", &N); printf("%lld\n", 316 + 52*(N - 1)); return 0; }