using C=System.Console;class H{static void Main(){for(int i;(i=int.Parse(C.ReadLine()))>0;C.WriteLine(i*~i*~(2*i)/6));}}