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. T

    Having toruble remembering series and sequences in algebra

    I am trying to remember the formulas and ways to do this but I am have much trouble! Please help! Thank you! 1) Find the sum of the first 50 terms 1, 8, 15,... using the sum of an arithmetic series formula. 2) Find the sum of the n terms of the arithmetic sequence a1 = 7, a12 = 29, n = 12.
  2. R

    Certain product sequences and their factors

    define the sequence P_n as follows: P_{0} = 1 ; P_{1} = a and P_{n} = 6P_{(n-1)}-P_{(n-2)} + 2a^2-8a+4 Then each term is a product of two numbers as follows P_{n}= {1*1,1*a,a*b,b*c,c*d,d*e,\dots} where b = 2a-1 c = 4b-a d = 2c-b e = 4d-c f = 2e-d ... ... Has anyone come across...
  3. D

    What should I do with (-1)^n and factorials in limit problems?

    I have already completed this calculus course but I can't seem to do these problems that I should know :grumpy: I have to find the limit of the sequence which seems to be the same as the limit of a function. Homework Statement Find the limit of the given sequence as n \rightarrow \infty...
  4. L

    Peptide chains with ER sequences

    I have been given 5 peptide chains with ER sequencs. I am supposed to draw the chain as it would be associated with the ER. But I don't understand by looking at one with just an N-terminal and Er signal how it should be positioned. How can you tell just by the presence (or absence of) an ER...
  5. W

    Calc II and difficulty of sequences and series

    Ok so I am in Calculus II this summer and its pretty easy so far. However, I have heard the hardest part about Calc II is series and seqence. Why so? And what can I do to make it easier on myself? What was your expierence with sequence and series. Thanks in advance.
  6. H

    Infinite Sequences and Integrals

    I wrote everything on the scanned image: http://img516.imageshack.us/img516/79/phprollyypmkz6.jpg The solution to the first sequence problem is 0, i.e. it converges, which is a puzzle to me... Ignore the limits in the second problem, all I need to know is how to integrate it. Thanks for any...
  7. R

    Fibonacci Sequences: Sums of Preceeding Terms & Nature

    While a Fibonacci sequence is the sum of the previous two terms, what of sums of the preceeding n terms, and have such sequences (n > 2) been found to occur in the natural world?
  8. S

    Convergence of a Sequence: Finding the Limit

    Homework Statement Hi everyone. First time trying a forum let alone PhysicsForums.com, everyone seems very nice here. I am trying to figure out whether a sequence is convergent or not by writing out the first 5 terms. The sequence is: sin[1+(pi/n)]+nsin(pi/n). Homework Equations I...
  9. L

    Proving The Continuous Theorem for Sequences

    Homework Statement 4.8 Show the following continuous theorem for sequences: if a_n \rightarrow L and f is a real valued function continuous at L, then bn = f(a_n) \rightarrow f(L). Homework Equations No real relevant equations here. Just good old proof I'm thinking. The Attempt at a Solution...
  10. P

    Convergence of Subsequences in a Set I

    Homework Statement Does A subsequence of a sequence X converges to a point in I => The sequence X in I converges to a point in I ?The Attempt at a Solution I think yes because the subsequence is the sequence itself minus a few finite number of points. Since they both are in the same set I, I...
  11. D

    What Is the Nth Term of the Sequence 2, -5, 10, -17?

    This was the extra credit question on a quiz I had today, I am very anxious to find out the answer. 1. Homework Statement Find the apparent Nth term of the sequence 2,-5,10,-17 ... n 2. Homework Equations Not sure really on this an = ... 3. The Attempt at a Solution...
  12. P

    How Can Sequences and Series Prove a Real Solution to the Equation x^11+2x^5=2?

    A={xεR:X^11+2X^5<2} let a=supA By choosing a suitable sequence of elements of belonging to A and which tends to a as n->inf, or otherwise, show that a^11+2a^5=<2.Choose another sequence this time of all real numbers not belonging to A to show that a^11+2a^5>=2 and hence show that a^11+2a^5=2,so...
  13. P

    Sequences Series geometric series or an arithmetic series?

    This is the sequence: 1, 2, 5, 14, 41, 122 1. Is this a geometric series or an arithmetic series? 2. I know the formula is a sub n=[3^(n-1)+1]/2, but how do you get that from a sub n=a sub 1 * r^(n-1), which is the geometric formula for series.
  14. S

    Exact Sequences: Intuition & Theory

    This is a very vague question, but I'd like to know whatever insights anyone could offer about exact sequences. What do they represent? Why are they so important? I'm studying homology right now, and exact sequences are central to the theory, but I've never seen them before. What is the...
  15. C

    Proving asymptotics to sequences

    Suppose I have a sequence a_0 = 1 a_n = \sum_{k=1}^n f(k)\cdot a_{n-k} where f(n) is a known function (in binomial coefficients, powers, and the like). In general, how would I go about proving that a_n\sim g(n)? I'm working on more closely estimating the function by calculating its...
  16. P

    Analysis (convergent sequences) help

    I'm having a bit of trouble with two analysis questions, they are: 1) a_n -> a iff every subsequence of {a_n} converges to a 2) a_n->a iff {a_n} is bounded, and a is its only cluster point. For the first, I was thinking of doing something along the lines of saying that a subsequence of...
  17. H

    Solving Recurrence Relation w/ Initial Conditions for n-digit Sequences

    hello any one can help me with this question thanx (a) Find a recurrence relation for the number of n-digit sequences over the alphabet {0, 1, 2, 3, 4} with at least one 1 and the first 1 occurring before the first 0 (possibly no 0’s). (b) What are the initial conditions? (c)...
  18. D

    Proving Cauchy Sequences with Totient Theorem

    Homework Statement If p does not divide a, show that a_n=a^{p^{n}} is Cauchy in \mathbb{Q}_p. The Attempt at a Solution We can factor a^{p^{n+k}}-a^{p^n}=a^{p^n}(a^{p^{n+k}-1}-1). p doesn't divide a^{p^n} so somehow I must show that a^{p^{n+k}-1}-1 is divisible by larger and larger powers of...
  19. O

    Sequences and series - try again

    Sequences and series - try again :) Hi, I'm going to try to post this question again, hopefully it is more clear this time. I'm not sure how to approach this question, or really, what this question is asking me! Homework Statement The k-th term of a series, Sk = a*[(1-(r^k))/(1-r)], is...
  20. O

    Solve for k: Difference between nth terms of two series > 14

    Homework Statement Hi, it's been a while since I've done questions such as the one below. Does anyone know how to solve it? (Note that k and n are actually sub-k and sub-n). Thanks in advance. The kth term of a series, Sk = a (1-R^k) / (1-R) , is the sum of the first k terms of the...
  21. MathematicalPhysicist

    Question on cardinality of sequences.

    i need to show that there exists a class of sets A which is a subset of P(Q) such that it satisfies: 1) |A|=c (c is the cardinality of the reals) 2) for every A1,A2 which are different their intersection is finite (or empty). basically i think that i need to use something else iv'e proven...
  22. MathematicalPhysicist

    Set of sequences of rationals.

    i need to prove that there are c sqequences of rational numbers. basically, i need to show that |Q^N|=c. here, are a few attempts from my behalf: i thought that Q^N is a subset of R^N, so |Q^N|<=c, but this doesn't help here, so i thought perhaps to find a bijection from {0,1}^N to Q^N. i...
  23. MathematicalPhysicist

    Question i had in my quiz about sequences.

    we have a sequence {a_n}, such that for every n natural, a_n>0 and it satisfies: lim (a_n*a_n+1)=1 prove/disprove: if {a_n} is bounded then {a_2n} converges. i haven't found any counter example, is this statement true or false, if is false then what's the counter example? p.s couldn't...
  24. JasonJo

    Sequences and functions homework help

    let f,g be continuous functions from R to R and suppose that f(x)=g(x) for all rational points. prove that f(x)=g(x) for all x in R. - i said that we know that since given any real number c, there exists a rational sequence (xn) such that xn converges to c, therefore we conclude that...
  25. C

    Predicting Prime Density in Factorial/Primorial Sequences

    I was trying to do some heuristics with the Cramér model, but I wasn't able to find a good asymptotic for a certain quantity and I thought I'd see if anyone had something good. I did check a few sequences on the OEIS first, but I didn't notice anything there. Essentially, I'm looking to...
  26. S

    I need the proof of squeeze lemma on sequences

    urgent! i need the proof of squeeze lemma on sequences if y_n \leq x_n \leq z_n and y_n \rightarrow p and z_n \rightarrow p then x_n \rightarrow p Note. I'm not looking for the proof of the regular squeeze theorem. this is supposed to be a proof adapting the proof of squeeze theorem onto...
  27. M

    Summing Geometric Sequences am i doing this right?

    We learned in class how to find the sum of any geometric sequence with the following formula: Let x = Sum Of Geometric Sequence; x = [Take mythical next term - real term]/(ratio - 1); The real term is the first term of the sequence and the mythical next term would be the next term for...
  28. B

    Calculating Population Growth: 1 & 5 Yrs Ago

    I am not too sure what to do to answer this question. Each year for the past 5 years the population of a certain country has increased by a steady rate of 2.7% per annum. The present population is 15.2 million. a) what was thepopulation 1 yr ago? b) what was the population 5 years ago? I...
  29. K

    Sequences and Series problem

    Hi I have a problem with sequences and series. Can anybody help, please? The question is For the sequence U1, U2, U3, ...Un... the terms are related by Un = Un-1 +2Un-2 where n is greater or equal to 1, U1=2 and U2 =5. Find the values of U7, U11, and U14. Can someone...
  30. K

    Help! Prove Sum of Arithmetic Sequence's First 13 Elements = 65

    i need help- arithmetic sequences There many arithmetic sequences which seventh term equals 5. prove all of them have the same sum of their first 13 elemnets. find the sum i found the sum was 65 but i don't know how to prove it.
  31. M

    Proving the Binomial Theorem for Natural Number Exponents using Induction

    For the geometric sequence with tn = 2(-1)^n*(1/3)^n (a) the sum of the first 99 terms (b) the sum of the odd-numbered terms t1 + t3 + t5 +...+ t99 (c) the sum of the even-numbered terms t2 + t4 + t6 +...+ t98 so do i first maybe want to convert that into something simpler? why would they...
  32. A

    Counting backwards; Sequences

    Please help I have ALOT of questions! 1.)Starting at 888 and counting backward by 7, a student counts 888, 881 and 874, and so on. Which of the following numbers will be included? a) 35 b) 34 c) 33 d) 32 e) 31 Ok, so I by using the calcuator the aswer is 34, but how would you calcuate...
  33. W

    Things to expect with grade 10 Geometric Sequences

    We're going to be starting them in a day or two, and I just wanted to know ahead of time what you guys might think we'll be learning with them, like formulae and that kind of stuff..
  34. C

    From decreasing sequences to decreasing functions

    Hello. I know this: If (a_n) is a bounded below decreasing sequence, then lim (a_n) = inf { a_n / n = 1,... } n->oo How to translate this to real functions ? I mean, I have read that: lim (sup { f(x) / 0< |x-a|< e}) = e->0 inf { sup {f(x) / 0< |x-a|< e} / e >...
  35. H

    Mathematica Defining sequences in mathematica

    Hello, I'd like to define a sequence in mathematica and let it go, but I'm not sure how to tell mathematica to look for the previous number in sequence and then derive the new one. Something like this, a_1, a_2, a_3, a_4, a_5 = 3, 7, 23, 87, 343 = 0+3, 3+4, 7+16, 23+64, 87+256 where...
  36. H

    Looking for quotes on sequences, and fractals

    Hello, I'm looking for some quotes about sequences, fractals and chaos. Any kind of help is welcome. Thanks :)
  37. H

    Tricks and Pranks in sequences and fractals

    Hello, It's rather a formal question, not asking for anything specific. I'm writing a pseudo-book for my math class, which should contain 1. arithemtic sequences 2. geometric sequences 3. fractals. And so here's my ask for help and a question, Do you know anything about any of these...
  38. R

    How Can I Solve These Sequence Problems Quickly?

    i have a few problems with sequences 1. show, that if: \lim_{n\to\infty}a_{n}=L than sequence: b_{n}=\frac{a_{1}+...+a_{n}}{n} is convergent to L 2. show that the sequencea_{n} is monotone, bounded and find out its limit, if: a_{1}=2 a_{n+1}=\frac{a_{n}+4}{2} 3. show that if the...
  39. D

    What comes next in these sequences?

    Just futzing around, this sequence was suprisingly patterned for the first 8 numbers, then became erratic: 1, 1, 3, 3, 9, 9, 15, 15, 17, 27, ? And for the sake of more fooling around, this one just popped into my head: 1, 2, 4, 6, 16, 18, 64, 66, 100, 112, ? DaveE
  40. Gamma

    Arithmetic Sequences: Examples & Solutions for 35th, 57th Terms

    1. Give an example of an arithmetic sequence such that the 35th term is 4,207? I used the general form of an arithmetic seq. an = a1 + (n-1)d and found that, a1 = 25, and d = 123 Does this look ok? I had to use some trial and error since we have two unknowns.2. What is the 57th smallest whole...
  41. T

    Infinity Sum: Solving Sequences with Sin n(pi) / 6

    hiw to solve for infinity sum (n=1) [sin n(pi)] / 6 ?? pls help...thanx
  42. R

    Balanced Sequences and Optimal Routing

    I've been reading the paper on Balanced Sequences and Optimal Routing (Altman, Gaujal, Hordijk; 2000). However, there are a couple of proofs given that I don't quite follow. There are statements made that are assumed to trivially follow, but I can't see how and am hoping someone will be able to...
  43. F

    Geometric/Arithmetic Sequences.

    I was wondering about this when it hit me, can a sequence ever be both arithmetic and geometric? I was thinking maybe a sequence like 0, 0, 0, 0... or 1, 1, 1, 1... where it's constant but I don't know thoroughly if there are any restrictions on arithmetic and geometric sequences that prohibit...
  44. T

    Can we determine if the limit sequence converges?

    determine the following sequences converges 17n^54 + 1/n^2 +42 divide by n^55 + 75n^54... pls help...
  45. benorin

    Def. Continuity in terms of sequences: How do I generalize to multivariate fcns?

    Working from "Principles of Mathematical Analysis", by Walter Rudin I have gleaned the following definition of continuity of a function (which maps a subset one metric space into another): Suppose f:E\rightarrow Y, where \left( X, d_{X}\right) \mbox{ and } \left( Y, d_{Y}\right) are metric...
  46. B

    Determining Monotonicity & Bounds in Sequences

    Need help clairfying some stuff. How do you determine if a Sequence is not monotonic? Also if its just inc. or dec. its monotonic? For example. Seq=An= 1/(2n+3) First 4 terms are {1/5,1/7,1/9,1/11,...} So its decreasing...and I guess monotonic? And how would you determine if that sequences...
  47. B

    Induction on an inequality involving sequences

    I just can't get the following question. Can someone help me out? Q. Let a < a_1 < b_1 and define a_{n + 1} = \sqrt {a_n b_n } ,b_{n + 1} = \frac{{a_n + b_n }}{2} . a) Prove that a_n \le a_{n + 1} \le b_{n + 1} \le b_n for all n. b) Deduce that the sequences {a_n} and {b_n} both...
  48. N

    How Do You Prove the Summation Formula for 1/(4k^2 - 1)?

    I have to use the partial fraction technique on 1/(4k^2 - 1)... ANSWER: So far so good and I get 1 / 2(2k-1) - 1 / 2(2k+1), is this correct? I now need to show that ? \sum 1 / 4k^2 - 1 = n / 2n + 1 Please help :confused:
  49. C

    Theorems of convergence for sequences?

    For a sequence a_1, a_2, ... in R^n to be convergent there are (at least) 2 theorems, as follows: if for all epsilon>0 there exists an M such that when m>M, then |a_m-a|<epsilon and also: If u(epsilon) is a function such that u(epsilon)-->0 as epsilon-->0, then the sequence is...
  50. M

    Solving Inflated Series: Sum of First 20 Terms of a=r^k-1

    my problem is regarding sequences: Sum first 20 terms of a=r^k-1 terms are 2, 4/3, 8/9,... and ratio is 2/3 and r < 1 so its an inflated series and 2(2/3)^19 = .009021859795 BUT it is an inflated series right? and my...
Back
Top