In Real Analysis it is useful to look at terms of a sequence. One of the best ways I've found to do this is in believe it or not Haskell. This is mainly for these two reasons
- Support for infinite data structures
- Built-in Data Type to keep fractional precision
## Code
Let's get started, first let us define a sequence by the following: