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