Choose a calculation mode

Only the inputs required for the selected task remain visible.

Sequence values

This is a₀ when index base is zero, otherwise a₁.
Fractions and mixed numbers are accepted.
Separate values with commas, spaces, semicolons, or line breaks. Use ?, x, _, blank, or - for missing values.

Second sequence

Two known indexed terms

Partial-sum positions

Display and validation options

Control indexing, precision, exact fractions, and approximate comparisons.

Used for approximate decimal validation and membership.

Formula used by the arithmetic sequence calculator

Explicit term formula

aₙ = a₁ + (n − 1)d

The explicit formula finds any term directly. Replace a₁ with the first term, d with the common difference, and n with the requested position. When indexing begins at zero, the equivalent rule is aₙ = a₀ + nd.

Finite series sum

Sₙ = n(a₁ + aₙ)/2

The sum formula adds a finite arithmetic sequence efficiently. You may also use Sₙ = n[2a₁ + (n − 1)d]/2 when the last term is not already known.

Common difference

d = aₙ − aₙ₋₁

Subtract any term from the next term. The difference must remain constant for every adjacent pair. Two nonadjacent known terms use d = (aₙ − aₘ)/(n − m).

Number of terms

n = (aₙ − a₁)/d + 1

This rearrangement finds how many terms connect two endpoints. A valid finite count must be positive and whole. Constant sequences need additional information because their endpoints are identical.

How to use this calculator

  1. Select a task. Choose term solving, summation, generation, validation, missing values, arithmetic means, membership, comparison, or another available mode.
  2. Enter the known values. The form automatically hides fields that are irrelevant to your selected calculation.
  3. Choose display settings. Select zero-based or one-based indexing, decimal precision, fraction output, mixed numbers, scientific notation, and comparison tolerance.
  4. Run the calculation. The result appears above the form with supporting formulas, substitutions, tables, graphs, and downloadable data.
  5. Reuse or export the work. Copy results, create a shareable link, print the page, or download JSON, text, and CSV files.

Understanding arithmetic sequences and finite series

What makes a sequence arithmetic?

An arithmetic sequence is an ordered list whose consecutive terms differ by one constant amount. That constant is called the common difference. A positive difference produces an increasing sequence, a negative difference produces a decreasing sequence, and a zero difference produces a constant sequence. For example, 4, 9, 14, 19 has a common difference of 5 because every term is five greater than the previous term. The sequence 30, 24, 18, 12 has a common difference of −6 because every forward step subtracts six.

Sequence versus series

A sequence lists terms, while a series adds those terms. The notation aₙ usually represents one term at position n. The notation Sₙ represents the sum of a fixed number of terms. Keeping these ideas separate prevents common mistakes. When a question asks for the twentieth term, use the explicit term formula. When it asks for the total of the first twenty terms, use a finite sum formula instead.

Why the index base matters

Most school problems begin with a₁, but programming and some advanced mathematics use a₀. The calculator supports both conventions. With one-based indexing, the offset in the explicit formula is n − 1. With zero-based indexing, the offset is n. The numerical sequence does not change; only the labels assigned to its positions change. Always match the indexing convention used in the original problem.

Finding missing and inserted terms

Missing-term questions become easier when at least two known values have known positions. Divide the change in value by the number of intervals between those positions. This gives the common difference, even when several blanks lie between known terms. Inserting arithmetic means uses the same idea. If three means must be placed between 4 and 20, the complete list contains five terms and four intervals. The difference is therefore (20 − 4)/4 = 4, producing 4, 8, 12, 16, 20.

Validation with decimal tolerance

Exact integer sequences are straightforward, but decimal data may contain rounding noise. A displayed value such as 0.3000000001 can represent an intended value of 0.3. The tolerance setting lets the validator treat very small discrepancies as equal. Use a strict tolerance for exact work and a slightly larger tolerance for measured or rounded data. The calculator reports where consecutive differences stop agreeing.

Practical uses

Arithmetic progressions model steady changes. Examples include regular savings deposits, fixed annual depreciation, evenly spaced seating rows, uniform stair heights, scheduled production increases, and linear pricing tiers. They are also useful for checking data patterns and constructing coordinate points for straight lines. The graph shows this connection clearly: plotting term position against term value creates points lying on a straight line whose slope equals the common difference.

Frequently asked questions

Can the calculator work with fractions?

Yes. Enter values such as 3/4, -5/8, or 2 1/3. Results can be displayed as decimals, fraction approximations, or mixed numbers.

Is a constant list an arithmetic sequence?

Yes. A sequence such as 7, 7, 7, 7 is arithmetic with common difference zero.

Why must the number of terms be whole?

Positions in a standard sequence are discrete. A result such as 8.5 means the requested endpoint does not occur at a valid sequence position.

Can two arithmetic sequences intersect?

Their linear formulas may cross. They share a same-index term only when the crossing occurs at an allowed whole-number index.

How many terms can be generated?

The generator permits up to 10,000 terms in one request. Tables and graphs intentionally show smaller subsets to protect browser performance.

Does the calculator save my data?

No calculation is sent to a database by this file. Recent-result history is stored locally in the browser and can be cleared at any time.

Related Calculators

Average Calculator StatisticsGeometric Mean CalculatorInter Quartile Range CalculatorLower Quartile CalculatorMaximum CalculatorMean Calculator StatisticsMedian Calculator StatisticsMidhinge Calculator StatisticsMid Range Calculator StatisticsMode Calculator Statistics

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.