import std.stdio, std.string, std.conv; void main() { auto input = to!ulong(chomp(readln())); writeln(316 + 52 * (input - 1)); }