Arithmetic Progression in Maths

Last Updated : 16 May, 2026

Arithmetic Progression (AP), or Arithmetic Sequence is simply a sequence of numbers such that the difference between any two consecutive terms is constant.

Examples of AP

  • Natural Numbers: 1, 2, 3, 4, 5, . . . with a common difference 1
  • Even Numbers: 2, 4, 6, 8, 10, . . . with a common difference 2
  • Odd Numbers: 1, 3, 5, 7, 9, . . . with a common difference 2
  • Multiples of 3: 3, 6, 9, 12, 15, 18, . . . with a common difference 3

Basics

This section covers the basics of arithmetic progressions, along with real-life applications, etc.

Practice Questions

Practice questions on arithmetic sequences and series, ranging from basic to advanced.

For Programmers

Practice AP through coding, including checking sequences, finding missing numbers, etc.

Comment

Explore