The shape of a network is a big equilateral triangle as shown in the following picture and it consists of many small equilateral triangles of different sizes. Each point represents a computer and you have to choose a rectangle such that each of its corners is a computer and the horizontal edges are parallel with the lower edge of the network(big triangle) The size of the network is the number of small triangles on each edge of the big triangle. You need to count the number of rectangles that can be selected from the network.
Network with the size 5 and two rectangles are shown with green and red
Input format
A single line which contains an integer n (1≤n≤100) that represents the length of the sides of the triangles of the network.
Output format
Print an integer that represents the number of rectangles that we can choose
The sample test picture is shown above, in the descreption!