Тавсифи масъала
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.
Мисолҳо
Мисол 1
Вуруд
2
Баромад
11
Мисол 2
Вуруд
3
Баромад
291