That's the Fibonacci sequence 1,1,2,3,5... You start off with the first two terms being 1. To get the next number you add the two preceding numbers Binet's formula for the nth Fibonacci number is Fib(n) = Fib(50) = = 12586269025 Edwin