A Fibonacci number is defined by the two previous Fibonacci numbers in the sequence:
The calculator returns either the nth Fibonacci number for any n ≤ 1477 or the sequence of Fibonacci numbers up through n. To use the calculator simply enter the number for which you would like the Fibonacci number, Fibo(n) or Fibonacci sequence computed.
The 1477 limit is due to the 64-bit computer architecture which is limited in the size of numbers it can manage to numbers less than 264.
Reload the browser window/tab between calculations if you don't want successive calculations appended.