#1759. 递归复习(1)

递归复习(1)

Description

已知有一个数列
1
2
3
6
36
648
求数列第x个的值f(x)

Input Format

一个数x(x<=10)

Output Format

f(x)的值
3
3

Source

递推递归