Math

Find the nth Term and Sum of Any Sequence with Full Working

Enter the parameters for an arithmetic, geometric, or Fibonacci sequence to instantly generate the full sequence, find any nth term, calculate the sum, and see step-by-step formula derivations.

Open Calculator
Find the nth Term and Sum of Any Sequence with Full Working
Free Tool

Number Sequence Calculator

Generate arithmetic, geometric, or Fibonacci sequences, find the nth term and sum, and see the step-by-step formula derivation.

Arithmetic Parameters

Choose a sequence type and enter parameters to see results

Formula Reference

Arithmetic

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

Sₙ = n/2[2a₁ + (n-1)d]

Linear growth

Geometric

aₙ = a₁ x r^(n-1)

Sₙ = a₁(1-rⁿ)/(1-r)

Exponential growth

Fibonacci

F(0)=0, F(1)=1

F(n) = F(n-1) + F(n-2)

phi = (1+sqrt5)/2

A student drawing a linear number sequence on a whiteboard in a bright classroom
01

Arithmetic Sequences

Try It Now
A researcher sketching an exponential growth curve on a notepad at a bright desk
02

Geometric Sequences

Try It Now
A sunflower head viewed from above showing spiral seed arrangement
03

Fibonacci Sequences

Try It Now
How It Works

Calculate any sequence in three steps

1

Choose a sequence type

Click the Arithmetic, Geometric, or Fibonacci tab. Each type shows its own input fields: first term and common difference for arithmetic; first term and ratio for geometric; just a position for Fibonacci.

2

Enter the parameters

Fill in the inputs and click the calculate button. The position (n) determines how many terms are generated and which term is identified as the nth term.

3

Review results and steps

The result cards show the nth term, sum, and key parameters. Click "Show Calculation Steps" to expand a full formula derivation with substituted values.

Deep Dive

How Each Sequence Type Works

The three sequence types have distinct growth patterns, formulas, and applications.

How Each Sequence Type Works
01

Arithmetic Sequences

An arithmetic sequence adds a fixed constant (the common difference d) to each term to get the next. Growth is linear. The nth term formula aₙ = a1 + (n-1)d calculates any term directly without generating intermediate terms. The sum formula Sₙ = n/2 x [2a1 + (n-1)d] computes the total in one step. Useful for modeling salary increments, payment schedules, temperature gradients, and any process with constant change.

nth termaₙ = a1 + (n-1) x d
SumSₙ = n/2 x [2a1 + (n-1)d]
02

Geometric Sequences

A geometric sequence multiplies each term by a fixed constant (the common ratio r). Growth is exponential when |r| > 1, decay when 0 < |r| < 1. The nth term is aₙ = a1 x r^(n-1). The sum formula is Sₙ = a1(1 - r^n) / (1 - r) for r not equal to 1. Used in compound interest, population modeling, radioactive decay, and exponential growth scenarios.

nth termaₙ = a1 x r^(n-1)
Sum (r not 1)Sₙ = a1(1 - r^n) / (1 - r)
03

Fibonacci Sequence

The Fibonacci sequence starts with F(0) = 0 and F(1) = 1. Each subsequent term is the sum of the two preceding: F(n) = F(n-1) + F(n-2). The ratio of consecutive terms converges toward the golden ratio phi = (1 + sqrt(5)) / 2 approx. 1.618. Fibonacci numbers appear in plant spiral counts, architectural proportions, and algorithm analysis.

RecurrenceF(n) = F(n-1) + F(n-2)
Golden ratiophi = (1 + sqrt(5)) / 2 approx. 1.618
04

Sum of a Sequence vs. nth Term

The nth term is the value at a specific position in the sequence. The sum is the total of all values from term 1 through term n. For arithmetic sequences, the sum is n times the average of the first and last terms. For Fibonacci sequences, the sum of the first n terms equals F(n+2) - 1, which can be verified by trying small values: sum of first 5 terms (0+1+1+2+3=7) equals F(7)-1 = 13-1 = 7.

Benefits

What This Calculator Provides

3 Sequence Types

Arithmetic, geometric, and Fibonacci in one calculator.

🔢

nth Term and Sum

Both key values computed with substituted formulas shown.

📋

Full Sequence Display

First 15-20 terms shown in a scrollable list.

📐

Step-by-Step

Expandable derivation with formula and calculation.

Who Uses It

Who Uses This Calculator

Students, teachers, and anyone working with mathematical sequences.

Students, teachers, and professionals working with mathematical sequences
01

High School and University Students

Work through arithmetic and geometric sequence homework, verify nth term calculations, and use the step-by-step view to understand the derivation before tests.

02

Math Teachers and Tutors

Generate example sequences live during lessons, demonstrate formula derivations on screen, and quickly produce example sets with known nth terms and sums.

03

Finance and Economics Students

Model compound interest as a geometric sequence, verify loan payment series as arithmetic sequences, or explore exponential growth scenarios.

04

Computer Science Students

Explore recursion through Fibonacci, understand how geometric sequences relate to binary tree sizes, or verify series sums for algorithm analysis.

05

Curious Learners

Explore Fibonacci spirals, discover how the golden ratio emerges from consecutive Fibonacci terms, or experiment with sequences that appear in nature.

06

Anyone Checking Manual Work

Quickly verify a manual sequence calculation without needing math software. Paste results into a report or share with a classmate.

Frequently Asked Questions

What types of sequences does the calculator support?

The calculator supports three types. Arithmetic sequences: each term adds a constant difference (e.g. 2, 5, 8, 11...). Geometric sequences: each term is multiplied by a constant ratio (e.g. 3, 6, 12, 24...). Fibonacci sequences: each term is the sum of the two preceding terms (0, 1, 1, 2, 3, 5, 8, 13...).

How do I find the nth term of an arithmetic sequence?

Use the formula aₙ = a1 + (n-1) x d, where a1 is the first term, d is the common difference, and n is the position. For example, in the sequence 3, 7, 11, 15 (a1=3, d=4), the 10th term is 3 + (10-1) x 4 = 3 + 36 = 39. The calculator shows this substitution in the step-by-step view.

What is the difference between arithmetic and geometric sequences?

Arithmetic sequences add a constant to each term (linear growth). Geometric sequences multiply by a constant (exponential growth or decay). For example, 2, 5, 8, 11 is arithmetic (adding 3). The sequence 2, 6, 18, 54 is geometric (multiplying by 3). The growth rate is very different: by the 10th term, the arithmetic sequence reaches 29, while the geometric sequence reaches 39,366.

How does the Fibonacci sequence work and what is the golden ratio?

Starting from F(0)=0 and F(1)=1, each term is the sum of the two before it: 0, 1, 1, 2, 3, 5, 8, 13, 21... The ratio of consecutive terms converges toward the golden ratio phi = (1 + sqrt(5)) / 2 approx. 1.618. For example, 21/13 is approximately 1.615 and 34/21 is approximately 1.619. The golden ratio appears in plant spiral counts, shell shapes, and art proportions.

How is the sum of a sequence calculated?

For arithmetic sequences: Sₙ = n/2 x [2a1 + (n-1)d]. For geometric sequences: Sₙ = a1(1 - r^n) / (1 - r) when r is not 1, or Sₙ = n x a1 when r = 1. For Fibonacci sequences, the sum is computed by adding all generated terms. The calculator shows the full formula with substituted values in the step-by-step view.

What are some real-world applications of these sequences?

Arithmetic sequences: salary raises by fixed amounts, evenly spaced measurements, staircase step heights. Geometric sequences: compound interest growth, population doubling, radioactive decay, loan balance reduction. Fibonacci sequences: petal counts in flowers (3, 5, 8, 13 petals are common Fibonacci numbers), seed spiral counts in sunflowers, and proportional design using the golden ratio.

Get Started Free

Ready to Explore Sequences?

Choose a sequence type, enter your parameters, and get the nth term, sum, and full derivation instantly.

Workspace

Image Generator & EditorVideo Ads GeneratorAI Music StudioTry On HairstylesTry On ClothesDesign Poster, Banner & Flyer

Resources

TutorialsGalleryAd Videos

Utilities

AI StudioAI ToolsAI ModelsToolboxFile Converters

More

Pricing

Account

Upgrade