using System; class No299{ static void Main(){ var i=Int64.Parse(Console.ReadLine()); var l=316+(52*(i-1)); Console.WriteLine(l); } }