F(n)=ax^n+by^n
x,y是tt=pt+q两根
F(n)=pF(n-1)+qF(n-2)
F(3)=pF(2)+qF(1)
F(4)=pF(3)+qF(2)
p=-14
q=38
F(5)=20