What is Sequence: Definition and 1000 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. G

    Does Convergence of (sn) and (sntn) Imply (tn) Converges?

    Hello was wondering if anyone could help me prove that: Suppose (sn) converges to s not equal to 0 and ( sntn) converges to L. Prove that (tn) converges
  2. R

    Show That x(n) is a Cauchy Sequence for 0<r<1

    If 0<r<1 and |x(n+1) - x(n)| < r ^n for all n. Show that x(n) is Cauchy sequence. help please.
  3. H

    Understanding Limits: Solving Problems and Examples

    I've been trying to learn some maths by myself. A book I found starts with a section on limits. I feel that I have a decent understanding of what is written, but then, there are some problems given that I just can't figure out. I feel like I'm missing something basic. I'm not sure what I'm...
  4. T

    How Can I Prove a Sequence Converges with a Specific Limit?

    Im struggling with the concept of this basic sequence question. Let x(n) be a sequence such that lim(n->00) (nx(n)) = 0 i.e. it converges to zero... How could i show that there is an N s.t. for all n≥N : -1 < nx(n) < 1 Any tips would be great.. I don't want an answer.. I want to...
  5. S

    Is a general sequence possible for the given data?

    I finished exploring a family of functions fk(x) = {xksin(1/x) for x≠0 {0 for x=0 for an assignment in my Analysis course, and I'm supposed to determine the highest order derivative that exists and whether or not it's continuous...
  6. A

    Limit of sequence n^p/e^n as n approaches infinity

    Simple question just as the title says, but I can't remember or derive the solution for the life of me. I know that the answer is 0. I know why the answer is 0. But I need to know the mathematical derivation of the solution, and that's the part that I can't remember. So, to reiterate, how do you...
  7. R

    Prove this recursively defined sequence goes to 0

    Homework Statement Show that 2^{n^{1001}} |a_{n} - a_{\infty}| \rightarrow 0 as n \rightarrow \infty. Here, an is defined recursively by a_{1} = 1, a_{n+1} = \frac{1}{2}(a_{n}+\frac{x}{a_{n}}). I already know that a_{\infty} = \sqrt{x}.Homework Equations We are given a hint to consider...
  8. N

    Sum of Getometric Sequence with alternating signs

    Homework Statement 5^2 - 5^3 + 5^4 - ... + (-1)^k*5^k whre k is an integer with k >= 2 Homework Equations The Attempt at a Solution I know (5^(k-1) - 5^2)/2 gives you the sum if they were all positive. I tried multiplying it by (-1)^k or something but that just changes the sign. I...
  9. W

    Recursive sequence terms don't cancel

    Homework Statement The following series is a telescopic series. Find the exact sum of the series by performing a partial fraction decomposition and generalizing the formula for the nth partial sum Sn. Homework Equations The Attempt at a Solution 3n + 2 = A(n+1)(n+2) + B(n)(n+2) + C(n)(n+1)...
  10. F

    Cauchy sequence and topological problems

    [PLAIN]http://img805.imageshack.us/img805/1575/photo0138d.jpg Hi, on thursday, i have exam of advance calculus and i could not solve two problem in study sheet given by İnstructor. By 9 question, i prove by add an subtract XnY to |XnYn-XY| and i have found that |Xn(Yn-Y)+...
  11. L

    Definition of a limit of a sequence

    Homework Statement Use the definition of a limit to prove that lim [(1+an)-1] = 1/2 if lim an = 1. Homework Equations (\forall\epsilon>0)(\existsN\inN)(n\geqN \Rightarrow|an-L|<\epsilon) The Attempt at a Solution Let \epsilon be arbitrary. Since lim an exists, \existsN\inN such...
  12. S

    Convergence of a Cauchy sequence

    Since I don't know how to use latex I have posed my question in word file. Yours help is greatly appreciated.
  13. Shackleford

    What is the Limit of a Sequence with L > 1?

    Does it look like he wants a rough demonstrative "proof" involving plugging in xn = (sn) or rather, say, an epsilon-N proof? http://i111.photobucket.com/albums/n149/camarolt4z28/Untitled-1.png?t=
  14. K

    Does anyone know what's the general form of this sequence?

    Hi there, I am working on a problem about a combination of some items. The data set consists of three different sets. The first set are all combinations of six numbers from {0, 1, 2, 3, ..., 10, 11, 12}. The second set are all combinations of two numbers from {13, 14, 15, 16, ..., 24, 25}...
  15. R

    Sequence Alignment and Dynamic Programming

    Homework Statement I'm having trouble understanding dynamic programming as it relates to sequence alignments. I understand from my lecture notes that the scoring matrix used has arbitrary values (in our case +5 for match, -2 for mismatch, and -6 for gap). I therefore understand why square...
  16. G

    Proving Limit of a Sequence: Simplest Method

    Homework Statement What is the fastest way to prove this. 1/an→1/a, where an is a sequence. The attempt at a solution I know how to prove this but I am looking for a simple and elegant proof.
  17. B

    MATLAB MATLAB question-sum of sequence

    So the problem is here: https://www.physicsforums.com/showthread.php?p=3532161&posted=1#post3532161 And I understand the answer and all, but I want to go further. MATLAB will be main tool for upcoming years so I have to learn. I want to plot this: \sum 2^{i}= 500 000 where sum goes from...
  18. K

    Plot the sequence on the unit circle.

    Consider the sequence (n) n=1 to infinity. Plot the sequence on the unit circle: n modulo 2*pi for n≥1. What do you see? Attempt: I really honestly have no idea what to do. We are learning in class about limit laws and how to prove them, so this question seems to be coming out of nowhere. :(
  19. M

    Computing Mass Displacement for Motion Capture Sequence, fail.

    Hello! Homework Statement As the title says I am attempting to calculate the mass displacement of a motion capture sequence, however I am not seeing the results I expect which is why I am posting here to make sure I have understood everything correctly. The data that is known is the...
  20. S

    How to Read an mRNA Sequence from a DNA Sequence?

    I have this question asking what the mRNA sequence would be. 5'-ATGATATCAAGCACACACGCAACGTGCGAATTACTATAG-3' 3'-TACTATAGTTCGTGTGTGCGTTGCACGCTTAATGATATC-5' I'm confused about what I am doing wrong. Isn't the open reading frame AUG so you would read it to be AUG AUA UCA AGC ACA CAC GCA...
  21. M

    Solving the B Sequence: Tips and Tricks for Finding the Closed-Form Solution

    This sequence is stumping me, how would I go about solving this? Write the sequence B = 1, -1/2, +1/4, -1/8, +1/16, ... in closed-form. I tried using (-1) has the top with different variable son the bottom, but nothing seems to add up. The 1 in the front is throwing me off. Any help would be...
  22. G

    Definition of sequence and series

    Hi! While studying sequence and series, I've gotten some misunderstandings in the definitions of sequence and series. What I know about the definitions of sequence and series is as follows below ; a sequence of field of real numbers is defined as a function mapping of the set of all positive...
  23. L

    Convergence of sequence with log

    Homework Statement prove that the series summation from n=3 to infinity of (1/(n*log(n)*(log(log(n))^p)) diverges if 0<p<=1 and converges for p>1. Homework Equations The Attempt at a Solution 2^n*a(2^n)= 1/(log(2^n)*(log(log(2^n))^p)). this is similar to the summation from n=2 to...
  24. G

    Evaluate Limit of Sequence: 3^n/(3^n + 2^n)

    How do I evaluate lim n->inf 3^n/(3^n + 2^n) l hospitals rule (or however you spell his last name lol) doesn't work and so I have a hard time proving that it equals one. Thanks for any help anyone can provide.
  25. T

    Astronomy - Main sequence and red giants

    What is the main reason why there are so many more stars in the Main sequence in comparison with the number of red giants?
  26. D

    Determine whether the sequence converges or diverges

    Hey all, University for me started last week, however I was unable to attend until now. I just e-mailed my professor and there is a quiz just next week and I have no notes and he will not give them to me. I'm wondering if anyone knows any good online sites that could help me catch up. Here...
  27. D

    Order of convergence of sequence

    Homework Statement I have to find the order of convergence of the following sequence b_n = \left( \frac{5}{6} \right)^{n^2} I have numerically tested that it has to be a real number between 1 and 2, but I can't find it exactly. I also have this doubt: does every sequence have an...
  28. D

    Are sequences and sets the same thing?

    I think I'm not understanding something here: A point L \in \mathbb{R} is a limit point of a sequence a_n if exists a subsequence b_n such that \lim b_n = L So for example the constant sequence a_n = 1 so that a = 1, 1, 1, 1, 1, 1, \ldots has a unique limit point L=1 But a limit point...
  29. pairofstrings

    Is it necessary to have two sequences for convergence or divergence to occur?

    Homework Statement A bounded sequence need not be convergent Can you show me an illustration which shows a sequence that is convergent? I don't understand when if lim n ---> infinity sn = l, the sequence sn converges to l or {sn}. Now what is l ? My attempt or understanding of the...
  30. B

    Integral on Sequence: Proving Summation Equation

    Homework Statement show that holds, \sum\limits_{n=1}^{\infty}\int\limits_{0}^{\frac{\pi}{2}}\frac{(2n-1) sin(2n-1) x}{n^2(n+1)}dx = \sum\limits_{n=2}^{\infty}\frac{1}{n^2} Homework Equations The Attempt at a Solution Actually, I have no idea how should I start.
  31. R

    Interesting way to define a sequence of Squares

    Let A and B be two coprime integers. Find X = zero mod A such that Y = 2*X +1 = 0 mod B. Then 8*(Y +2*N*A*B)*(X + N*A*B) + 1 is a square for all integer N. If A = 5,B = 7, X = 10, Z = 21 then the sequence of square roots of the Squares for N = -3 to 3 is -379, -249, -99, 41, 181, and 321. Of...
  32. C

    Proving Convergence and Limit of a Sequence (Xn) in R

    Homework Statement let (Xn) be a sequence in R. Let (An) be a sequence defined as An=(X1 +X2+...Xn-1+Xn)/n. (Xn) is a convergent sequence and the limit of Xn as n goes to infinity is L. Prove (An) in convergent sequence and that the limit is also L. Homework Equations The Attempt at...
  33. L

    What Are the Properties of the Sequence (Xn)?

    Homework Statement let (Xn) be a sequence in R given by X1=1 and Xn+1=1/(3+Xn) for n>=2. prove Xn converges and find the limit. Homework Equations The Attempt at a Solution well i think using the monotone convergence theorem would help but i would have to prove that the sequence...
  34. I

    HW Check: Prove that the sequence {a_n} converges to 1/2

    Hi, Just hoping someone could check my work and point out any errors, if any. Homework Statement Consider the sequence {a_n} defined by a_n=\frac{n}{2n+\sqrt{n}}. Prove that \lim_{x\to\infty}a_n=\frac{1}{2}. (Do NOT use any of the "limit rules" from Section 2.2.) Homework Equations A...
  35. P

    Find Limit of Fibonacci Sequence | Determine L

    Let f_{n} be the Fibonacci sequence and let x_{n} = f_{n+1}/f_{n}. Given that lim(x_{n})=L exist determine L. Ok so I know that the limit is \frac{1+\sqrt{5}}{2} from previous experience with the sequence, but I am not sure how do you show that without writing out a lot of terms and then...
  36. P

    Can You Prove lim(a_n b_n) = 0 for a Bounded Sequence b_n and lim(a_n) = 0?

    If (b_{n}) is a bounded sequence ad lim(a_{n})=0 show that lim(a_{n}b_{b}) =0 Pf/ Let b_{n} be bounded and the lim(a_{n})=0. Since b_{n} is bounded we know that \exists a real number M \ni |b_{n}|<M for all n\inN and we also know that |a_{n}|< \epsilon for all \epsilon>0.My problem is how do I...
  37. P

    Does This Sequence Converge to 2?

    use the definition of a sequence to establish the limit lim(\frac{2n}{n+1})=2 Let \epsilon>0, then |\frac{2n}{n+1}-2| <\epsilon. Next we have that | \frac{2n-2n+-2}{n+1}|= |\frac{-2}{n+1}| <\frac{2}{n}. So \exists k\inN such that \frac{2}{k}<\epsilon. When n\geqk, we have \frac{2}{n} <...
  38. D

    A convergent sequence of reals

    Call {a1, a2, a3, ...} = {an} a "convergent sequence" if \exists L \in \mathbb{R} : \quad \forall \epsilon > 0 \quad \exists N \in \mathbb{N} : (\forall n > N \quad (n > N \implies |a_n - L| < \epsilon)) in which case we write \lim_{n \rightarrow \infty} a_n = \lim a_n = L. Of course this...
  39. D

    Limit of Sequence: Find n^2(e^\frac{1}{n^2} - cos(\frac{1}{n}))

    Homework Statement Find the limit of n^2(e^\frac{1}{n^2} - cos(\frac{1}{n})) Homework Equations The Attempt at a Solution since cos(1/n) is asymptotic to 1. n^2(e^\frac{1}{n^2} - cos(\frac{1}{n})) ~ n^2(e^\frac{1}{n^2} - 1) ~ n^2 \frac{1}{n^2}) = 1 The right answer is 3/2...
  40. X

    Programs Do I have a good math sequence for a Physics Major who want to go into QFT

    I like to plan ahead so as of now I basically have a good idea what my schedule will be like for all 4 year of college. I want to go into QFT eventually so I think the math classes I have decided to take will be best for that. They are Multivariable calculus( freshmen year 1st semester) Half a...
  41. O

    What is the Limit of the Sequence xn as n Approaches Infinity?

    I have a sequence {xn} defined by xn = 1/n[1 + 1/2 + 1/3 + ... + 1/n] for all natural numbers n. I want to show that this sequence converges to 0, i.e. given any positive real number 'r', I want to show that there exists a natural number k such that xk < r. (The sequence is...
  42. baywax

    Teen uses Fibonacci sequence to make solar energy breakthrough

    What do you think? http://www.amnh.org/nationalcenter/youngnaturalistawards/2011/images/aidan_large_08.jpg http://ca.news.yahoo.com/blogs/good-news/teen-aidan-dwyer-uses-fibonacci-sequence-solar-energy-182220725.html
  43. A

    Property of a sequence for a function.

    Ok so the ideea of the proble is the following.F:A->B...where A={1...k} and B={1...n}.The problme is divided in 2 parts. The first part of the problem asked me to write in terms of k and n the formulas for the number of functions,number of injective functions,number of increasing...
  44. D

    Help with calculus sequence at OSU

    Hello everyone, I will be attending OSU starting in the winter as a transfer student. I have been looking to do honors math there and just maybe double major in computer science if possible. I will have already taken calculus I + II at a four year institute which I myself might say is...
  45. A

    Solve Tricky Sequence: 1,2,3,4,5,8,7,16,9

    The sequence is 1,2,3,4,5,8,7,16,9 I am absolutely stumped and cannot fathom the answer. Normally I can see the logic, can anyone help with the rule? Thank you
  46. M

    Limit of sequence of functions

    Hi. When we say that \displaystyle \lim_{n \to \infty}f_n(x)=g(x), do we mean that f_n is pointwise or uniformly convergent to g? Thanks.
  47. jbunniii

    Newton's method - periodic sequence

    Homework Statement This is problem 2.4.11 from Thomson, Bruckner, and Bruckner, "Elementary Real Analysis." It is from the "Challenging Problems" section of Chapter 2, Sequences. Note that differentiation and continuity have not been covered at this point, but it is presumed that the reader...
  48. S

    Testing a sequence for converge or divergence

    I have 4 problems left and the questions says I have to test them for converge or divergence. Here are the problems http://gyazo.com/f0fa5a38c5968ecb7e74103486a181bd.png http://gyazo.com/4689f9d02d0b264c2c2b64ff4907ba77.png for 25, I want to take the limit as n goes to infinity however I get...
  49. M

    Fibonacci Sequence Ratios: F_n+1/F_n

    The sqeuence of ratios of a fabinacci number F_n+1/F_n on looking at this. F_2/F_1 =1/1 =1 F_3/F_2 =2/1 =2 F_4/F_3 =3/2 =1.5 F_5/F_4 = 5/3 = 1.667 Why would F_n+1 = at F_4 =3 with also F_3=2 I think i understand the squence is fabin accie on the denominater but on the...
  50. nukeman

    Arithmetric Sequence word problem. Thanks

    Homework Statement Ok here is the problem: 100 loaves of bread are to be distributed such that the quantities form an arithmetric sequence, among 5 people. The first 2 together receive 1/7 of the remaining 3, together. How much (loaves and fractions) does each receive? Homework...
Back
Top