Respuesta :

First I give you an intuitive idea of sequence of real numbers. You can think it as an infinite list of real numbers, so you have that two such infinite lists are equal if and only if their first numbers coincide, their second numbers coincide, their third numbers coincide, and so on. Observe that if we change the position of the numbers we could obtain another infinite list.

This is the precise definition: A sequence of real numbers is a function [tex]X:\mathbb{N}\to \mathbb{R}[/tex]. Where [tex]\mathbb{N}[/tex] and  [tex]\mathbb{R}[/tex] are natural and real numbers respectively.

Note that I called the function [tex]X[/tex] for convenience; for the next reason. Usually we write [tex]X_n[/tex] instead of [tex]X(n)[/tex] for the value at [tex]n[/tex] of the function [tex]X[/tex].

So if we think the function [tex]X[/tex] as a list, we have that its first number is [tex]X_1=X(1)[/tex] (or [tex]X_0=X(0)[/tex] if we admite [tex]0\in \mathbb{N}[/tex]), its second number is [tex]X_2=X(2)[/tex], and so on.

For the examples you can give an algebraicaly manner to obtain the terms of the sequence (the values of the function [tex]X[/tex]). So for example the sequence [tex]X_1=1 , X_2=4, X_3=9, \dots [/tex] is given by the formula

[tex]X_n=X(n) = n^2[/tex]

Or for example a more complicated sequence given by de formula [tex]X(n)=X_n=\frac {n+1}{2n^4+2}[/tex].