Sequence and Series
Sequence
List of terms in a specific order is called a sequence.
E.g. First 10 prime numbers in ascending order.

Series
Sum of terms in a sequence is called a series.
E.g. Sum of first 10 prime numbers.

Progression
Sequence with a specific formula to derive its next term is called a progression.
E.g. First 10 natural numbers in ascending order.
General Sequences and Series
1.n r = 1 k=k + k + ... n times=nk
2.n r = 1 r=1 + 2 + 3 + ... + n=n (n + 1) 2
3.n r = 1 r2=12 + 22 + ... + n2=n (n + 1) (2n + 1) 6
4.n r = 1 r3=13 + 23 + ... + n3=n2 (n + 1)2 4
Arithmetic Progression (AP)
A progression in which each term is derived by adding a constant to its preceding term is called Arithmetic Progression.
a,   a + d,   a + 2d,   a + 3d,   ...
General Term ( tn ):
tn = a + (n − 1)d
tn: nth term
a: First term
d: Common difference
Sum of n Terms in AP ( Sn ):
Sn=n 2 [2a + (n − 1)d]
=n 2 (a + tn)
n: Number of terms
a: First term
tn: nth term or last term
Geometric Progression (GP)
A progression in which each term is derived by multiplying a constant with its preceding term is called Geometric Progression.
a,   ar,   ar2,   ar3,   ...
General Term ( tn ):
tn = arn - 1
tn: nth term
a: First term
r: Common ratio
Sum of n Terms in GP ( Sn ):
Sn=a (1 − rn) 1 − r ,   if r ≠ 1
=na ,   if r = 1
Harmonic Progression (HP)
A progression in which each term is derived by taking the reciprocal of its corresponding term in arithmetic progression is called Harmonic Progression.
1 a ,   1 a + d ,   1 a + 2d ,   ...
General Term ( tn ):
tn = 1 a + (n − 1)d
tn: nth term
a: First term in AP
d: Common difference in AP
Sum of n Terms in HP ( Sn ):
Sn = 1 d ln ( 2a + (2n − 1)d 2a − d )