import java.nio.channels.AsynchronousServerSocketChannel; import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); long n = sc.nextLong(); System.out.println(316L+(n-1)*52L); } }