Tutorials
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
19.9K+ articles
School Learning
11.1K+ articles
Misc
7.8K+ articles
Mathematics
5.6K+ articles
Mathematical
5.1K+ articles
Arrays
4.2K+ articles
Maths
608+ articles
arithmetic progression
76+ articles
Sequence and Series
41+ articles
Arithmetic Progressions
26 posts
Recent Articles
Popular Articles
Largest integer that can be placed at center of given square Matrix to maximise arithmetic progressions
Last Updated: 24 March 2023
Given a N x N matrix, such that the element at the index [N/2, N/2] is missing, the task is to find the maximum integer that can be placed at index [N/2, N/2] such that th...
read more
Greedy
Mathematical
Hash
Matrix
C++ Programs
DSA
Arithmetic Progressions
Sum of N Terms of an AP
Last Updated: 28 December 2024
Arithmetic Sequence is defined as the sequence of numbers such that the difference between any two consecutive numbers is always constant. For example, 3, 7, 11, 15,… is a...
read more
Picked
Mathematics
School Learning
Maths MAQ
Arithmetic Progressions
Difference between Arithmetic and Geometric Progression
Last Updated: 15 April 2025
Progression can be defined as a list of numbers having a particular pattern. The next number in a progression can be calculated using a formula. The relation between numbe...
read more
Picked
Mathematics
School Learning
Maths MAQ
Progressions
Geometric Progression
Arithmetic Progressions
Generate N-size Array with equal difference of adjacent elements containing given numbers A and B
Last Updated: 02 December 2022
Given two natural numbers A and B (B = A) and an integer N, your task is to generate an array of natural numbers in non-decreasing order, such that both A and B must be pa...
read more
Misc
Mathematical
DSA
Arrays
Arithmetic Progressions
How to find the nth term of an Arithmetic Sequence?
Last Updated: 17 January 2025
Answer - Use the formula: an = a1 + (n - 1)dWhere:an = nth term,a = first term,d = common difference,n = term number.Substitute the values of a, d, and n into the formula ...
read more
Picked
Mathematics
School Learning
Maths MAQ
Maths
Arithmetic Progressions
Sequence and Series
Arithmetic Progression in Maths
Last Updated: 07 April 2025
Arithmetic Progression (AP) or Arithmetic Sequence is simply a sequence of numbers such that the difference between any two consecutive terms is constant.Some Real World E...
read more
Picked
Mathematics
School Learning
Arithmetic Progressions
Sequence and Series
Math-Concepts
Math Tutorials
Longest subarray forming an Arithmetic Progression (AP) with given common difference
Last Updated: 09 August 2023
Given an array arr[] of N integers and an integer K, the task is to find the length of the longest subarray that forms an Arithmetic Progression having common difference K...
read more
Algo Geek
Algo-Geek 2021
DSA
Arrays
subarray
sliding-window
Arithmetic Progressions
Minimum replacements with real numbers required to make given Array AP
Last Updated: 30 March 2022
Given an array arr[] of N integers. The task is to convert the array into an Arithmetic Progression with the minimum number of replacements possible. In one replacement an...
read more
DSA
Arithmetic Progressions
Find elements in Array whose positions forms Arithmetic Progression
Last Updated: 27 October 2022
Given an array A[] of N integers. Consider an integer num such that num occurs in the array A[] and all the positions of num, sorted in increasing order forms an arithmeti...
read more
Pattern Searching
Mathematical
Geeks Premier League
Geeks-Premier-League-2022
DSA
Arrays
Arithmetic Progressions
Minimize the maximum of Matrix whose rows and columns are in A.P
Last Updated: 23 December 2022
Given two integers N and M denoting a matrix of size N*M, the task is to form a matrix following the below criteria and make the maximum element as minimum as possible:Ele...
read more
DSA
Arithmetic Progressions
Check whether the number exists in Arithmetic sequence or not
Last Updated: 03 May 2023
Given three integers 'A' denotes the first term of an arithmetic sequence, 'C' denotes the common difference between an arithmetic sequence and an integer 'B', the task is...
read more
DSA
Arithmetic Progressions
Tricks To solve AP, GP and HP Questions Quickly
Last Updated: 08 November 2024
The topic of progressions—Arithmetic Progression (AP), Geometric Progression (GP), and Harmonic Progression (HP)—plays a crucial role in various mathematical concepts and ...
read more
Mathematics
School Learning
Geometric Progression
harmonic progression
Maths
placement
Arithmetic Progressions
Practice Questions on Arithmetic Progression ( AP ) - Advanced
Last Updated: 20 January 2025
Anarithmetic progression(AP), also known as an arithmetic sequence, is a sequence of numbers in which the difference between consecutive terms is constant. This constant d...
read more
Mathematics
School Learning
Maths
Arithmetic Progressions
Sequence and Series
Properties of Arithmetic Progression
Last Updated: 20 January 2025
The Arithmetic Progression (A.P.) is a sequence of numbers in which the difference between any two consecutive terms is constant. This constant difference is called the co...
read more
Mathematics
School Learning
Maths
Arithmetic Progressions
Sequence and Series
Nth term of AP from First Two Terms
Last Updated: 03 April 2025
Given two integers a1 and a2, the first and second terms of an Arithmetic Series respectively, the problem is to find the nthterm of the series.Examples :Input : a1 = 2, ...
read more
Mathematical
DSA
arithmetic progression
Arithmetic Progressions
1
2
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !