# Sequence Calculator

Calculate arithmetic, geometric, and Fibonacci sequences, including the nth term, the first terms, and the partial sum

> Canonical page: https://elysiatools.com/en/tools/sequence-calculator

- **Category:** Math & Numbers

- **Keywords:** sequence, arithmetic sequence, geometric sequence, fibonacci, calculator, math

## Overview

The Sequence Calculator is a mathematical utility designed to instantly compute arithmetic, geometric, and Fibonacci sequences. By inputting your starting values and sequence rules, you can quickly find the nth term, generate a list of the first terms, and calculate the partial sum without relying on manual formulas.

## Inputs

- **Sequence Type** (select)
- **First Term** (number)
- **Difference / Ratio** (number)
- **Term Index (n)** (number)
- **How Many Terms** (number)

## When to use

- When you need to find a specific nth term in a mathematical progression without writing out the entire sequence.
- When calculating the partial sum of an arithmetic or geometric series for homework or engineering formulas.
- When generating the first several terms of a Fibonacci sequence for algorithmic testing or design patterns.

## How it works

- Select the sequence type: arithmetic, geometric, or Fibonacci.
- Enter the first term and the common difference or ratio, if applicable to your sequence.
- Specify the term index (n) to find a specific value, and choose how many terms to generate in the list.
- The calculator outputs the nth term, an array of the first terms, and the total sum of the generated sequence.

## Use cases

- Math students verifying homework answers for arithmetic and geometric series.
- Programmers generating Fibonacci numbers to test recursive algorithms or UI layouts.
- Financial analysts projecting compound growth using geometric sequences.

## Frequently asked questions

### What types of sequences can I calculate?

You can calculate arithmetic progressions, geometric progressions, and the Fibonacci sequence.

### What is the maximum term index I can find?

You can calculate up to the 100th term (n=100) for any supported sequence.

### How many terms can I generate in the list?

The tool can generate and display up to the first 25 terms of your chosen sequence.

### Does it calculate the sum of the sequence?

Yes, it automatically calculates the partial sum of the terms based on your inputs.

### Do I need to provide a difference or ratio for Fibonacci?

No, the Fibonacci sequence follows a fixed mathematical rule where each number is the sum of the two preceding ones, so the difference/ratio input is ignored.

## Related tools

- [Antilog Calculator](https://elysiatools.com/en/tools/antilog-calculator): Calculate antilogarithms for any valid base and optionally verify the result by applying the logarithm again
- [Arithmetic Sequence Calculator](https://elysiatools.com/en/tools/arithmetic-sequence-calculator): Calculate the nth term, first terms, and finite sum of an arithmetic sequence
- [Bearing Capacity Calculator (Terzaghi)](https://elysiatools.com/en/tools/bearing-capacity-calculator): Calculate the Terzaghi ultimate bearing capacity of a shallow foundation: q_ult = c·Nc·sc + q·Nq·sq + 0.5·γ·B·Nγ·sγ. Computes Nc/Nq/Nγ and shape factors automatically; supports strip, square, and circular footings. Result in kPa.
- [Belt Pulley Speed Ratio Calculator](https://elysiatools.com/en/tools/belt-pulley-speed-ratio): Calculate the ratio, driven speed and belt linear speed of a belt drive. i = d₂/d₁ = n₁/n₂, belt speed v = π·d·n/60. Supports mm/cm/m/inch diameter units.
- [Bending Stress Calculator](https://elysiatools.com/en/tools/bending-stress-calculator): Calculate the maximum bending (flexural) stress σ_max = M·c/I = M/Z at the outermost fiber of a beam section. Supports solid circle, rectangle, hollow tube, and I-beam; computes I, section modulus Z, and distance c automatically. Stress in MPa.
- [Break-Even Calculator](https://elysiatools.com/en/tools/break-even-calculator): Calculate the break-even point for a product or business based on fixed costs, variable costs, and price
- [Cantilever Beam Calculator](https://elysiatools.com/en/tools/cantilever-beam-calculator): Calculate the maximum bending moment M_max, maximum shear force V_max and free-end deflection δ_max of a cantilever beam under a free-end point load P or a uniformly distributed load q. Point load: δ = PL³/(3EI); UDL: δ = qL⁴/(8EI).
- [Column Buckling Load Calculator (Euler)](https://elysiatools.com/en/tools/column-buckling-load): Calculate the Euler critical buckling load of an axially loaded column: P_cr = π²·E·I/(K·L)². Supports pinned-pinned (K=1), fixed-free (K=2), fixed-pinned (K=0.7), fixed-fixed (K=0.5). Returns effective length, radius of gyration, slenderness ratio λ, and critical stress σ_cr.

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
