How can we write the set builder form for fibonacci series

A = {x : x = xn = x n-2 + xn-1  , n is a natural number and n > 1}
And here x0 = 0 and x1 = 1
As the series is 0 ,1 ,1 , 2 , 3 , 5 , 8 ..

  • 2
What are you looking for?