2 lines
42 B
Text
2 lines
42 B
Text
|
|
fib(n)=polcoeff(x/(1-x-x^2)+O(x^(n+1)),n)
|
|
|
fib(n)=polcoeff(x/(1-x-x^2)+O(x^(n+1)),n)
|