What is Sequences: Definition and 586 Discussions

In mathematics, a sequence is an enumerated collection of objects in which repetitions are allowed and order matters. Like a set, it contains members (also called elements, or terms). The number of elements (possibly infinite) is called the length of the sequence. Unlike a set, the same elements can appear multiple times at different positions in a sequence, and unlike a set, the order does matter. Formally, a sequence can be defined as a function whose domain is either the set of the natural numbers (for infinite sequences), or the set of the first n natural numbers (for a sequence of finite length n). Sequences are one type of indexed families as an indexed family is defined as a function which domain is called the index set, and the elements of the index set are the indices for the elements of the function image.
For example, (M, A, R, Y) is a sequence of letters with the letter 'M' first and 'Y' last. This sequence differs from (A, R, M, Y). Also, the sequence (1, 1, 2, 3, 5, 8), which contains the number 1 at two different positions, is a valid sequence. Sequences can be finite, as in these examples, or infinite, such as the sequence of all even positive integers (2, 4, 6, ...).
The position of an element in a sequence is its rank or index; it is the natural number for which the element is the image. The first element has index 0 or 1, depending on the context or a specific convention. In mathematical analysis, a sequence is often denoted by letters in the form of




a

n




{\displaystyle a_{n}}
,




b

n




{\displaystyle b_{n}}
and




c

n




{\displaystyle c_{n}}
, where the subscript n refers to the nth element of the sequence; for example, the nth element of the Fibonacci sequence



F


{\displaystyle F}
is generally denoted as




F

n




{\displaystyle F_{n}}
.

In computing and computer science, finite sequences are sometimes called strings, words or lists, the different names commonly corresponding to different ways to represent them in computer memory; infinite sequences are called streams. The empty sequence ( ) is included in most notions of sequence, but may be excluded depending on the context.

View More On Wikipedia.org
  1. S

    Limits of sequences of subsets

    Homework Statement I'm just trying to find liminf and limsup for: Homework Equations E_n = (n, n+2) The Attempt at a Solution Since every subset occurs a finite number of times, would I say that limsup is the empty set? Is being bounded by nothing the same thing as being bounded by...
  2. B

    Proving Subspace & Norm on $\ell_\infty (\mathbb{R})$

    Homework Statement a) Prove that \ell_\infty \mathbb({R}) is a subspace of \ell \mathbb({R}) b) Show that \left \| \right \|_\infty is a norm on \ell_\infty (\mathbb{R}) The Attempt at a Solution For a) I guess we have to show that \vec{x} + \vec{y} \in \ell_\infty \mathbb({R})...
  3. T

    Product of two sequences of functions [uniform convergence]

    Homework Statement This is a homework question for a introductory course in analysis. given that a) the partial sums of f_n are uniformly bounded, b) g_1 \geq g_2 \geq ... \geq 0, c) g_n \rightarrow 0 uniformly, prove that \sum_{n=1}^{\infty} f_n g_n converges uniformly (the whole...
  4. N

    Real Analysis: show sequences have the same limit if |Xn-Yn| approaches 0

    Homework Statement Suppose {Xn}, {Yn} are sequences in ℝ and that |Xn-Yn|→0. Show that either: a) {Xn} and {Yn} are both divergent or b) {Xn} and {Yn} have the same limit. Homework Equations N/A The Attempt at a Solution I first prove that lim(Xn-Yn)=lim(Xn)-lim(Yn). I am not...
  5. H

    Proof on Sequences: Sum of a convergent and divergent diverges

    Homework Statement Prove if sequence a_{n} converges and sequence b_{n} diverges, then the sequence a_{n}+b_{n} also diverges. Homework Equations The Attempt at a Solution My professor recommended a proof by contradiction. That is, suppose a_{n}+b_{n} does converge. Then, for...
  6. M

    Am i doing this right?/convergence of sequences

    Homework Statement a_n=(\frac{1}{n})^{\frac{1}{\ln{n}}} Homework Equations The Attempt at a Solution \lim_{x\rightarrow \infty}(\frac{1}{n})^{\frac{1}{\ln{n}}} y=(\frac{1}{n})^{\frac{1}{\ln{n}}} \ln{y}=\frac{\ln{\frac{1}{n}}}{\ln{n}} \ln{y}=\frac{\ln{1}-\ln{n}}{\ln{n}}...
  7. K

    Need some matlab help adding sequences

    Homework Statement The problem provides a sequence. Let x(n) ={1,-2,4,6,-5,8,10} where x(-4)=1, x(-3)=-2,etc. Generate x1(n) = 3x(n+2)+x(n+4)-2x(n) The Attempt at a Solution x = [0, 0, 1, -2, 4, 6, -5, 8, 10, 0, 0, 0, 0]; n = -6:6; x1 = x * 3; n1 = n-2; x2 = x * 2; n2 = n; x3 = x; n3 =...
  8. A

    Can a Sequence with a Limit of p be Called Infinite?

    Homework Statement If I have a sequence {Pn} and I know that lim Pn = p, can I call {Pn} infinite? I am trying to use this result in a real analysis proof. I know B(p; r) intersection S is non-empty and I need to show that it has indefinitely many points. I can show that {Pn} is a subset of...
  9. G

    Calculus II - Determining if Infinite Sequences Converge

    Hi, I'm studying infinite series and was wondering if someone could recommend me a gigantic list of examples of series and proofs of weather they converge or not.
  10. L

    Convergence of Sequence Summation and Limit Prove

    Homework Statement let (An) be a sequence in R with |summation from n=1 to infinity(An)|< infinity. Prove lim as n goes to infinity of ((A1 +2A2+...+nAn)/n) = 0 Homework Equations The Attempt at a Solution I think |summation from n=1 to infinity(An)|< infinity means the summation...
  11. Somefantastik

    What is the definition of supremum and how can it be used to compare sequences?

    My question involves supremums and their implications: say I have the sequences \left\{x_{k}\right\}_{k=1}^{\infty} and \left\{y_{k}\right\}_{k=1}^{\infty} and I know sup \left\{x_{k}:k\in N \right\} \leq sup \left\{y_{k}:k\in N \right\} What can I say about the sequence...
  12. O

    Geometric Sequences and Series

    Homework Statement Q.: Show that if log a, log b and log c are three consecutive terms of an arithmetic sequence, then a, b and c are in geomtric sequence. Homework Equations Un = a + (n - 1)d and Sn = \frac{a(r^n - 1)}{r - 1} The Attempt at a Solution Attempt: Consider...
  13. O

    Geometric Sequences and Series

    Homework Statement Q.: The sum of the first five terms of a geometric series is 5 and the sum of the next five terms is 1215. Find the common ratio of this series. Homework Equations Sn = \frac{a(r^n - 1)}{r - 1} The Attempt at a Solution a + ar + ar^2 + ar^3 + ar^4 = 5 ar^5 +...
  14. A

    Bounded sequences and convergent subsequences in metric spaces

    Suppose we're in a general normed space, and we're considering a sequence \{x_n\} which is bounded in norm: \|x_n\| \leq M for some M > 0. Do we know that \{x_n\} has a convergent subsequence? Why or why not? I know this is true in \mathbb R^n, but is it true in an arbitrary normed space? In...
  15. B

    Can Cauchy Sequences be Bounded? Theorem 1.4 in Introduction to Analysis

    Homework Statement Theorem 1.4: Show that every Cauchy sequence is bounded. Homework Equations Theorem 1.2: If a_n is a convergent sequence, then a_n is bounded. Theorem 1.3: a_n is a Cauchy sequence \iff a_n is a convergent sequence. The Attempt at a Solution By Theorem 1.3, a...
  16. N

    What is the formula for finding tn in a sequence or series?

    Homework Statement I wrote a test and the question was something like this 2, 4, 6... 108 It said... " Find tn" Does this just mean find any term number that isn't given? I just plugged in t5 for the arithamtic logic and solved.. don't know if it was right, does anyone know...
  17. L

    Sequences of Functions in terms of x

    Homework Statement Determine the values of x for which the function, for n>=1, is increasing, decreasing, bounded below or bounded above. The function is (x^n)/n Homework Equations The Attempt at a Solution I thought about taking the derivative of the function, and setting it to 0. To find...
  18. Fredrik

    Closed Subsets and Limits of Sequences: A Topology Book Example

    Anyone have a good example of a closed subset of a topological space that isn't closed under limits of sequences?
  19. H

    Special sequences in a product metric space

    Hi there, I came across the following problem and I hope somebody can help me: I have some complete metric space (X,d) (non-compact) and its product with the reals (R\times X, D) with the metric D just being D((t,x),(s,y))=|s-t|+d(x,y) for x,y\in X; s,t\in R. Then I have some sequences...
  20. O

    Arithmetic Sequences and Series

    Homework Statement Just a quick question I was looking to have cross checked… Q. Find un, the nth term of sequence -5, 0, 5, 10,… Homework Equations un = a + (n-1)d The Attempt at a Solution -5 + (n-1)5 -5 + 5n - 5 5n-10 The answer in the book...
  21. A

    Relationship between Sup and Limsup of Sequences

    So if you have a countably infinite set \{ x_n \} and consider also the sequence (x_n), what's the relationship between \sup \{ x_n \} and \limsup x_n?
  22. C

    Monotone Sequences and Their Transformations: Proving or Disproving Monotonicity

    Homework Statement Let an be monotone sequences. Prove or give a counterexample: The sequence cn given by cn=k*an is monotone for any Real number k. The sequence (cn) given by cn=(an/bn) is monotone. Homework Equations The Attempt at a Solution On the first one, I don't...
  23. D

    Proving Convergence of \{b_n\} when \{a_n\}\to A, \{a_nb_n\} Converge

    If \{a_n\}\to A, \ \{a_nb_n\} converge, and A\neq 0, then prove \{b_n\} converges. Let \epsilon>0. Then \exists N_1,N_2\in\mathbb{N}, \ n\geq N_1,N_2 |a_n-A|<\frac{\epsilon}{2} And let \{a_nb_n\}\to AB So, |a_nb_n-AB|<\epsilon I don't know how to show b_n is < epsilon.
  24. M

    Cauchy Sequences - Complex Analysis

    Hope someone could give me some help with a couple of problems. First: Proof of - A function f:G -->Complex Plane is continuous on G iff for every sequence C(going from 1 to infinity) of complex numbers in G that has a limit in G we have limit as n --> infinity f(C) = f(limit as n...
  25. P

    Population Growth in Country: Calculating +1 & +4 Year Populations

    The population of a country is 15.2 million and is growing at a steady rate of 2.7% annually. a) What was the population one year ago b) What was the population four years ago So I did this: Un+1 = Un-1 * ((n-1)*0.973) Doing so, I got for the first answer 14,789,600 but the book got...
  26. J

    General formula for finding the sum of sequences and series?

    I know that there are particular formulas for finding the geometric/arithmetic/ and recursive sequences or series with \Sigma. But is there a general formula for finding the sum for all three types? For example, what if I was asked to find a sum of a particular finite sequence but I don't know...
  27. N

    Determining number of possible move sequences in Connect-4

    There's a game that's been around for a long time called Connect 4. It is a 2-player game consisting of 7 columns that can hold 6 discs each. The players alternate dropping a disc of their color into one of the 7 columns until a player has 4 in a row, either horizontally, vertically, or in a...
  28. J

    Sequences that satisfay the same recurrence relation

    Homework Statement Let a0, a1, a2..., be defined by the formula an = 3n + 1, for all integers n >= 0. Show that this sequence satisfies the recurrence relation ak = ak-1 + 3, for all integers k >=1. Homework Equations for all integers n >= 0, an = 3n + 1 for all integers k...
  29. C

    Increasing/decreasing sequences

    I have been asked to find if the following sequence is increasing or decreasing: an = ne^-n So I first multiplied thru by e^n to get: n/e^n Then, I did n+1, so (n+1)*e^-(n+1). I moved the negative exponent to the bottom to get (n+1)/(e^(n+1)) I guess my first question is did I start...
  30. B

    What is a monotonic sequence and how do you determine its boundedness?

    Homework Statement Determine whether the sequence with the given nth term is monotonic. Find the boundedness of the sequence. a_n = ne^{-n/2} Homework Equations I don't know The Attempt at a Solution I have absolutely no idea what a monotonic sequence is or how to find the...
  31. D

    Proof with natural numbers and sequences of functions

    Homework Statement For every epsilon > 0, there exists an N\in N such that, for every j >= N, |f(i,n) - g(n)|<epsilon for every n\in N. In addition, for every fixed j\in N, (f(i,n)) converges. Prove that (g(n)) converges. Homework Equations f: N x N --> R, g: N --> R The Attempt at...
  32. C

    Is My Solution for Limit of a Sequence Correct?

    ! Sequences and series "limit" question, is my solution correct? Homework Statement [PLAIN]http://img233.imageshack.us/img233/7195/sands2010q1.gif Homework Equations The Attempt at a Solution Solution posted in image above, want to know if its correct
  33. D

    Sequences and Bijections: Exploring Relationships and Implications

    Consider two sequences, {a_n} and {b_n}. If there is a one-to-one correspondence between these sets, can we conclude anything about their behavior considering, say, that we know that one is convergent? Going further, can we conclude anything about the series resulting from these sequences?
  34. L

    Uniform Convergence of Sequences

    Homework Statement For each of the following sequences (fn), find the function f such that fn --> f. Also state whether the convergence is uniform or not and give a reason for your answer. Homework Equations a.) fn(x) = 1/xn for x greater than or equal to 1 b.) f[SUB]n[SUB](x) =...
  35. Char. Limit

    Comparing Sets of Convergent Sequences and Series

    So I had this question in PF chat, but I decided this would be a better place for it. Say I have two sets, S and S'. S is the set of all convergent sequences. S' is the set of all convergent series...es. Is S larger than S', and if so, how much larger?
  36. N

    Limits of Sequences Homework: Proving Limit of a_n/n = 0

    Homework Statement For a sequence a_n: If lim (a_n) =2, use the definition of a limit to show that lim (a_n / n) = 0 all limits are as n goes to infinity The Attempt at a Solution I know that I need to show: Give any \epsilon>0 there is some M so that if n>M then |a_n / n| <...
  37. I

    Recursively defined induction and monotonic sequences converging

    Given the sequence: if n=1, an = 2 if n>1, an+1 = 1/2(an + 3/an) prove that this sequence is decreasing im having trouble with recursively defined sequences. I know I am supposed to use induction in some way, but its not that straitforward with the 'double sequence' in the an+1...
  38. M

    Real analysis: limit of sequences question

    ok so, a) If s sub n→0, then for every ε>0 there exists N∈ℝ such that n>N implies s sub n<ε. This a true or false problem. Now this looks like a basic definition of a limit because s sub n -0=s sub n which is less than epsilon. n is in the natural numbers. But, I thought there should be...
  39. E

    Cauchy Sequences in General Topological Spaces

    "Cauchy" Sequences in General Topological Spaces Is there an equivalent of a Cauchy sequence in a general topological space? Most definitions I have seen of "sequence" in general topological spaces assume the sequence converges within the space, and say a sequence converges if for every...
  40. Char. Limit

    Solving Sequences and Series Homework

    Homework Statement So I was helping my roommate with his homework, and it has the following problem: Homework Equations The Attempt at a Solution We tried a Fibonnaci-type sequence, but that really didn't work. And we don't know any other types of sequences. Should I try some...
  41. T

    Proving bounded monotonic sequences must converge

    Homework Statement I'm approaching this problem from a different method than conventially shown. Homework Equations if lim=infinity for all M>0, there exists a N such that n>N => {s(n)}>=M The Attempt at a Solution this can be rewritten as: {s(n)} is a sequence. If...
  42. J

    Proving Monotonic Sequence: Diff & Examples

    I have 2 questions. How do you use differetiation to prove whether sequence is monotonic? For example: 1/n+ln(n) My 2nd question is, how do you prove whether sequence is EVENTUALLY monotonic?
  43. M

    Uniform continuity, cauchy sequences

    Homework Statement If f:S->Rm is uniformly continuous on S, and {xk} is Cauchy in S show that {f(xk)} is also cauchy. Homework Equations The Attempt at a Solution Since f is uniformly continuous, \forall\epsilon>0, \exists\delta>0: \forallx, y ∈ S, |x-y| < \delta =>...
  44. soothsayer

    Formulas for Sequences: Finding Limits and Sums for an, Sn, and Rn

    Homework Statement For the following series, write formulas for the sequences an, Sn and Rn, and find the limits of the sequences as n-->infinity Homework Equations N/AThe Attempt at a Solution an is easy, = the limit of which does not exist. This is where I get stuck, I know Sn= But I don't...
  45. radou

    Completeness and nested sequences

    Homework Statement This is a nice problem, compared to the previous one, at least it seems so. One needs to show that a metric space (X, d) is complete iff for every nested sequence ... \subseteqA2\subseteqA1 of nonempty closed subsets of X such that diam An --> 0, the intersection of the...
  46. A

    Geometric sequences and Fibbonacci Numbers

    Homework Statement A) In a certain geometric sequence every term is the sum of the two preceding terms, viz. the Fibonacci sequence, what can be said about the common ratio of the sequence? So how do I go from 1,1,2,3,5,8,13,21,34... to (1+/-sqrt(5))/2? Then find numbers A and B such (for...
  47. S

    Check my proof on limit of two sequences

    Homework Statement Let S_n and Q_n be sequences and suppose \lim_{n\rightarrow +\infty} {S_n} = A and \lim_{n\rightarrow +\infty} {Q_n} = B. Then \lim_{n\rightarrow +\infty} {(S_n + Q_n)} = A+B. The Attempt at a Solution *I am using "E" in place of ε. Proof: I want to show for every E...
  48. F

    Sequences and Nets: Does (1/n) Converge to [0,1]?

    Say the real numbers were given a topology \left\{R,\phi, [0,1]\right\}. Does the sequence (1/n) converge to every point of [0,1] since it is a neighborhood of every point?
  49. U

    Real Analysis: product of convergent sequences

    Homework Statement suppose {an} and {bn} are sequences such that {an} converges to A where A does not equal zero and {(an)(bn)} converges. prove that {bn} converges. Homework Equations What i have so far: (Note:let E be epsilon) i know that if {an} converges to A and {bn}converges...
  50. N

    Solving Linear Equations in Two Variables with Geometric Sequences

    Note: I didn't use the template because I feel it did not fit the question well enough. This is concerning a system of linear equations in two variables where its constants in " ax+by=c " form show a geometric sequence, i.e. " nx + any = a2n ". Another way of putting this is " y=(-1/a)x + a...
Back
Top