Arithmetic Sequence Calculator

Enter any 3 parameters to calculate the other 2 values

Result

Calculation Steps

Arithmetic Sequence Calculator Introduction

An arithmetic sequence is a sequence of numbers in which the difference between any two adjacent terms (i.e., the common difference) is constant. The Arithmetic Sequence Calculator is an intelligent mathematical tool that can automatically calculate the two unknown parameters of an arithmetic sequence based on any three known parameters entered by the user. The calculator supports all possible parameter combinations and displays detailed calculation steps to help users understand the computation process. Supported combinations are as follows:

  • Known a, d, n → Calculate an, Sn  
  • Known a, an, n → Calculate d, Sn  
  • Known a, d, Sn → Calculate n, an  
  • Known a, an, Sn → Calculate n, d  
  • Known d, n, Sn → Calculate a, an

Arithmetic Sequence Calculator Usage Instructions

  1. Enter any three parameters (e.g., number of terms n, first term a, common difference d, etc.)
  2. Click the "Calculate" button (or press the Enter key)
  3. View results: The remaining two parameters are automatically filled in, along with detailed calculation steps
  4. Example usage: Click the "Example" button to obtain a random example (two parameters are automatically left blank)
  5. Click the "Clear" button to reset all inputs

Basic Formulas

1. Common Difference (d): d = an - an-1

2. n-th Term Formula: an = a1 + (n-1) × d

3. Sum of First n Terms Formula: Sn = n/2 × (a1 + an)

Or Sn = n/2 × [2a1 + (n-1)d]