Masala tavsifi
Imagine a honeycomb — a field of hexagonal cells with side length . In the upper-left cell there is a bee. In one move it can crawl to the cell down, to the cell down-right, or to the cell up-right (the bee does not crawl up or left). It is required to write a program that finds the number of ways in which the bee can crawl from cell to the opposite cell .

Input Format
The first line contains a single number — the size of the hexagonal field .
Output Format
Output a single integer — the number of ways.
Misollar
Misol 1
Kirish
2
Chiqish
11
Misol 2
Kirish
3
Chiqish
291