f(n)=f(1)*f(n-1)+f(2)*f(n-2)+f(3)*f(n-3)+......+f(n-1)*f(1)
例用:一个长度为n的无重复序列入栈的所有出栈方式
转载于:https://www.cnblogs.com/ruoh3kou/p/7630718.html