• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • Classroom
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
      • College Predictor
      • Counselling
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
  • NEW
    • TALLENTEX
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
Home
JEE Maths
Sequence

Sequences: Definition, Types, General Form, Convergence & Examples 

1.0Introduction to Sequences

Sequences are one of the most basic ideas in higher-level mathematics. For JEE (Main and Advanced), sequences and series are essential because they cover arithmetic progression, geometric progression, limits, calculus and even probability. Mastering sequences gives us a strong footing to build concepts for advanced topics, such as series summation and infinite series, as well as concepts like mathematical induction. 

In simple words, a sequence is an ordered list of numbers according to some rule. A sequence is not just a random collection of numbers but rather a logical arrangement of numbers.

For example:

  • 2,4,6,8,… is a sequence of even numbers.
  • 1,21​,31​,41​,… is a sequence of reciprocals of natural numbers.

2.0Definition of a Sequence

A sequence is a function whose domain is the set of natural numbers (or a subset of it) and whose range is a set of real numbers.

If the nth term of a sequence is denoted as an, then the sequence can be written as:

a1​,a2​,a3​,…,an​,…

Where:

  • a1​ = first term
  • a2​ = second term
  • an​ = general term (nth term)

Example: If an​=2n+1, then the sequence is 3,5,7,9,….

3.0Types of Sequences

Arithmetic Sequence (Arithmetic Progression – AP)

  • Definition: A sequence where the difference between consecutive terms is constant.
  • General form: a,a+d,a+2d,a+3d,…
  • nth term:
    an​=a+(n−1)d
  • Example: 2,5,8,11,… where a=2,d=3.

Geometric Sequence (Geometric Progression – GP)

  • Definition: A sequence where the ratio between consecutive terms is constant.
  • General form: a,ar,ar2,ar3,…
  • nth term: an​=arn−1
  • Example: 3,6,12,24,… where a=3,r=2.

3.3 Harmonic Sequence (HP)

  • Definition: A sequence whose reciprocals form an AP.
  • General form:a1​,a+d1​,a+2d1​,…
  • Example:1,21​,31​,41​,…

3.4 Fibonacci Sequence

  • Definition: A sequence where each term is the sum of the two preceding terms.
  • General form:

Fn​=Fn−1​+Fn−2​]with(F1​=1,F2​=1).

  • Sequence: 1, 1, 2, 3, 5, 8, 13,….

Special Sequences in JEE

  • Recurrence sequences
  • Sequence defined by limits an​=n+1n​
  • Alternating sequences (−1)n
  • Nested sequences

4.0General Form of a Sequence

If a sequence is defined by a formula:

an​=f(n)

then the sequence is determined by substituting n=1,2,3,….

Examples:

  1. an​=n2⟹Sequence: 1,4,9,16,…
  2. an​=n1​⟹Sequence: 1,21​,31​,…

5.0Convergence and Divergence of Sequences

A sequence is said to converge if its terms approach a finite limit as n→∞.

  • Example: an​=n1​→converges to 0
  • Example: an​=n→diverges to infinity

6.0Solved Examples on Sequences

Example 1: Arithmetic Progression (AP)

Question:
The 3rd term of an AP is 12 and the 7th term is 24. Find the first term and common difference. Also, find the 10th term.

Solution:
Let the first term be ( a ) and the common difference be ( d ).

  • 3rd term: (a3​=a+2d=12)
  • 7th term: (a7​=a+6d=24)

Subtract the first equation from the second:

(a+6d)−(a+2d)=24−124d=12⟹d=3

Now, substitute ( d ) into the first equation:

a+2×3=12⟹a=12−6=6

10th term:

a10​=a+9d=6+9×3=6+27=33

Answer:
First term ( a = 6 ), Common difference ( d = 3 ), 10th term = 33.

Example 2: Geometric Progression (GP)

Question:
Find the 5th term and the sum of the first 6 terms of a GP whose first term is 2 and common ratio is 3.

Solution:
Given: ( a = 2 ), ( r = 3 ).

5th term:

a5​=a⋅r4=2⋅34=2⋅81=162

Sum of first 6 terms:

S6​=ar−1r6−1​=23−136−1​=22729−1​=2⋅364=728

Answer:
5th term = 162, Sum of first 6 terms = 728.

Example 3: Harmonic Progression (HP)

Question:
If the 2nd and 4th terms of an HP are 1 and (31​) respectively, find the first term.

Solution:
Let the HP: (a1​,a2​,a3​,a4​,…)
The reciprocals form an AP: (b1​,b2​,b3​,b4​,...)

Given:

(a2​=1⟹b2​=1)

(a4​=31​⟹b4​=3)

The AP: ( b_1, 1, b_3, 3, ... )

The difference in AP:

(b4​=b1​+3d=3)

(b2​=b1​+d=1)

Subtract:

(b1​+3d)−(b1​+d)=3−1⟹2d=2⟹d=1

Now, (b1​+d=1⟹b1​=0)

So, ( a1​=b1​1​), but (b1​=0) is not possible (since 1/0 is undefined).
Check the problem again:

Let’s try again with the correct approach:

Let (a2​=A+d1​=1⟹A+d=1⟹d=1−A)

(a4​=A+3d1​=31​⟹A+3d=3)

Now substitute ( d ) from above:

A+3(1−A)=3A+3−3A=3−2A+3=3−2A=0⟹A=0
So, first term (a1​=A1​=undefined).

Conclusion:
The given values lead to an undefined first term, which is not possible for a real HP. Please check for a different HP question, or the terms in the question.

Example 4: Finding the General Term

Question:
Find the general (nth) term for the sequence: 5, 8, 13, 20, 29, ...

Solution:
Let's check the pattern:

Find the difference between consecutive terms:

  • 8 - 5 = 3
  • 13 - 8 = 5
  • 20 - 13 = 7
  • 29 - 20 = 9

The differences are: 3, 5, 7, 9 (which form an AP with d = 2).

Let’s try to represent the nth term as a quadratic function: (an​=an2+bn+c).

Let’s use the first three terms:

  • (n=1:a1​=a+b+c=5)
  • (n=2:a2​=4a+2b+c=8)
  • (n=3:a3​=9a+3b+c=13)

Now solve:

  1. ( a + b + c = 5 )
  2. ( 4a + 2b + c = 8 )
  3. ( 9a + 3b + c = 13 )

Subtract 1 from 2:

((4a+2b+c)−(a+b+c)=8−5⟹3a+b=3)(Eqn4)

Subtract 2 from 3:

((9a+3b+c)−(4a+2b+c)=13−8⟹5a+b=5)

Now, subtract Eqn 4 from this:

((5a+b)−(3a+b)=5−3⟹2a=2⟹a=1)

From Eqn 4: (3a+b=3⟹3⋅1+b=3⟹b=0)

From the first equation: (a+b+c=5⟹1+0+c=5⟹c=4)

So, the nth term is:

an​=n2+4

Answer:
General term: (an​=n2+4)

Example 5: Sequence in a Word Problem

Question:
A student saves Rs 10 in the first week, Rs 15 in the second week, Rs 20 in the third week, and so on. How much will the student save in the 20th week? What is the total savings after 20 weeks?

Solution:
This is an AP with ( a = 10 ), ( d = 5 ).

20th term:

a20​=a+(20−1)d=10+19×5=10+95=105
So, in the 20th week, Rs 105 will be saved.

Total savings after 20 weeks:

S20​=220​[2a+(20−1)d]=10[2×10+19×5]=10[20+95]=10×115=1150

Answer:
20th week savings = Rs 105; Total savings after 20 weeks = Rs 1150.

Example 6: Convergence of a Sequence

Question:
Does the sequence (an​=n+12n​) converge? If yes, what is its limit?

Solution:

limn→∞​n+12n​=limn→∞​1+n1​2​=1+02​=2

Answer:
Yes, the sequence converges to 2.

Table of Contents


  • 1.0Introduction to Sequences
  • 2.0Definition of a Sequence
  • 3.0Types of Sequences
  • 3.1Arithmetic Sequence (Arithmetic Progression – AP)
  • 3.2Geometric Sequence (Geometric Progression – GP)
  • 3.33.3 Harmonic Sequence (HP)
  • 3.43.4 Fibonacci Sequence
  • 3.5Special Sequences in JEE
  • 4.0General Form of a Sequence
  • 5.0Convergence and Divergence of Sequences
  • 6.0Solved Examples on Sequences
  • 6.1Example 1: Arithmetic Progression (AP)
  • 6.2Example 2: Geometric Progression (GP)
  • 6.3Example 3: Harmonic Progression (HP)
  • 6.4Example 4: Finding the General Term
  • 6.5Example 5: Sequence in a Word Problem
  • 6.6Example 6: Convergence of a Sequence

Frequently Asked Questions

A sequence is an ordered list of numbers. A series is the sum of sequence terms.

Yes, they form the base for advanced concepts like series, binomial theorem, probability, and calculus.

Typically, 1–2 questions in JEE Main, and sometimes more in JEE Advanced.

AP, GP, HP, Fibonacci sequence, and convergence-related problems.

Use the limit test: lim⁡n→∞an. If it exists and is finite, sequence converges.

Join ALLEN!

(Session 2026 - 27)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET Previous Year Papers
    • NEET Sample Papers
    • JEE Main Sample Papers
    • CBSE Sample Papers
    • NCERT Textbooks

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO