Enter a number to to find its Fibonacci number

The Fibonacci sequence adds the last two numbers in the sequence to generate the next. Fibonacci sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55... Example: If you enter '4', the result will be 2, the 4th numebr in the sequence. (Please don't enter negatives or decimals!)

Your number factorial is .