fibonacci(n)

Returns the n-th term of the Fibonacci series.


See also factorial combination 


Example


fibonacci( 40 )

102334155