Sequence & Series Formulas
All key formulas grouped by subtopic. Each one has a quick reminder and common mistakes to watch for.
nth Term of AP
#1💡 a = first term, d = common difference. Works for any integer n.
Sum of n Terms of AP
#2💡 l = last term. Second form is faster when you know the last term.
nth Term of GP
#3💡 a = first term, r = common ratio. Valid for all positive integers n.
Sum of n Terms of GP
#4💡 Use (1-r^n)/(1-r) when |r|<1 to avoid sign confusion.
Sum of Infinite GP
#5💡 Only converges when |r|<1. This is the most tested GP formula in JEE.
Sum of First n Natural Numbers
#6💡 Building block for all summation formulas.
Sum of Squares
#7💡 Frequently appears in method-of-differences and series summation.
Sum of Cubes
#8💡 Sum of cubes = (sum of first n numbers) squared. Elegant identity.
Sum of AGP
#9💡 Multiply S by r, subtract from S to reduce the AP part. Works every time.
Method of Differences
#10💡 If first differences form an AP or GP, use this to find the general term.