LogoPractical Web Tools

Free Forever

All our tools are completely free to use. No account required, No hidden fees and No subscriptions.

Fast & Secure

All processing happens in your browser. Your files never leave your device.

No File Size Limits

Convert files of any size. No restrictions on file sizes or number of conversions.

Batch Processing

Convert multiple files at once to save time and effort.

File Converters

  • PDF Tools
  • Image Converter
  • Video Converter
  • Audio Converter
  • Document Converter
  • eBook Converter
  • Archive Tools
  • File Tools

Calculators

  • Finance Calculators
  • Health Calculators
  • Math Calculators
  • Science Calculators
  • Other Tools

Popular Tools

  • PDF to Word
  • HEIC to JPG
  • Merge PDF
  • Fillable PDF Creator
  • Mortgage Calculator
  • BMI Calculator
  • AI Chat

Company

  • About Us
  • Blog
  • Contact
  • Request a Tool

Legal

  • Privacy Policy
  • Terms of Service
Email Support
Practical Web Tools Logo
Practical Web Tools

Free Tools — Your Files Never Leave Your Device

Practical Web Tools - Convert files & chat with AI — fully offline | Product Hunt

© 2026 Opal Emporium LLC. All rights reserved.

Privacy-first file conversion and AI chat. No accounts, no uploads, no tracking.

  1. Home
  2. Math Calculators
  3. Number Sequence Calculator

Number Sequence Calculator

Generate and analyze arithmetic, geometric, Fibonacci, and other number sequences. Find nth terms, sums, and patterns.

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

Sequence Summary

Sequence Sum

100

Sum of 10 terms

TypeArithmetic
First Term1
Last Term19
Common Difference2

Sequence Type

Parameters

Common difference (d) = 3 - 1 = 2

Generated Sequence

1, 3, 5, 7, 9, 11, 13, 15, 17, 19

First Term

1

Last Term (a_10)

19

Sum

100

Average

10.00

Sequence Visualization

Formulas

General Term (nth term)

a_n = 1 + (n-1) × 2

a_n = a_1 + (n-1)d where a_1 = 1, d = 2

Sum Formula

S_n = n/2 × (2a_1 + (n-1)d) = 10/2 × (2×1 + (10-1)×2)

Term Table

nTerm (a_n)Cumulative SumDifference
111-
2342
3592
47162
59252
611362
713492
815642
917812
10191002

Common Sequences Reference

Arithmetic

2, 5, 8, 11, 14, ... (d=3)

a_n = a_1 + (n-1)d

Geometric

3, 6, 12, 24, 48, ... (r=2)

a_n = a_1 × r^(n-1)

Fibonacci

1, 1, 2, 3, 5, 8, 13, ...

F_n = F_(n-1) + F_(n-2)

Triangular

1, 3, 6, 10, 15, 21, ...

T_n = n(n+1)/2

Square

1, 4, 9, 16, 25, 36, ...

S_n = n²

Prime

2, 3, 5, 7, 11, 13, ...

No simple formula

Sequence Summary

Sequence Sum

100

Sum of 10 terms

TypeArithmetic
First Term1
Last Term19
Common Difference2

Sequence Examples

Quick-start with common scenarios

Practice Sequences

Test your skills with practice problems

Practice with 4 problems to test your understanding.

?How Do You Find Number Sequences?

Arithmetic sequence: each term differs by constant d. Formula: a_n = a_1 + (n-1)d. Sum: S_n = n(a_1 + a_n)/2. Geometric sequence: each term multiplied by constant r. Formula: a_n = a_1 * r^(n-1). Sum: S_n = a_1(1-r^n)/(1-r). Identify the pattern to determine sequence type.

What is a Number Sequence?

A number sequence is an ordered list of numbers following a specific pattern or rule. Arithmetic sequences have a constant difference between consecutive terms, while geometric sequences have a constant ratio. Understanding sequences is fundamental to algebra, calculus, finance, and many applications involving patterns and series.

Key Facts About Number Sequences

  • Arithmetic: constant difference between terms (2, 5, 8, 11...)
  • Geometric: constant ratio between terms (2, 6, 18, 54...)
  • Arithmetic nth term: a_n = a_1 + (n-1)*d
  • Geometric nth term: a_n = a_1 * r^(n-1)
  • Arithmetic sum: S_n = n(a_1 + a_n)/2 = n(2a_1 + (n-1)d)/2
  • Geometric sum: S_n = a_1(1-r^n)/(1-r) when r is not equal to 1
  • Infinite geometric sum (|r|<1): S = a_1/(1-r)
  • Common patterns: Fibonacci (add previous two), triangular numbers

Quick Answer

Arithmetic sequence: each term differs by constant d. Formula: a_n = a_1 + (n-1)d. Sum: S_n = n(a_1 + a_n)/2. Geometric sequence: each term multiplied by constant r. Formula: a_n = a_1 * r^(n-1). Sum: S_n = a_1(1-r^n)/(1-r). Identify the pattern to determine sequence type.

Frequently Asked Questions

An arithmetic sequence has a constant difference between consecutive terms. Formula: a_n = a_1 + (n-1)d, where a_1 is the first term and d is the common difference. Example: 2, 5, 8, 11, 14... has d = 3.

Constant difference between terms. a_n = a_1 + (n-1)d. Example: 2, 5, 8, 11 (d=3).

A geometric sequence has a constant ratio between consecutive terms. Formula: a_n = a_1 × r^(n-1), where a_1 is the first term and r is the common ratio. Example: 2, 6, 18, 54... has r = 3.

Constant ratio between terms. a_n = a_1 × r^(n-1). Example: 2, 6, 18, 54 (r=3).

The Fibonacci sequence starts with 0, 1 (or 1, 1), and each subsequent term is the sum of the two preceding terms. F_n = F_(n-1) + F_(n-2). The sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21... appears throughout nature.

Each term = sum of two previous. 0, 1, 1, 2, 3, 5, 8, 13, 21... Found in nature.

For arithmetic: a_n = a_1 + (n-1)d. For geometric: a_n = a_1 × r^(n-1). For Fibonacci: use recursion or Binet's formula. For triangular: n(n+1)/2. For squares: n². First identify the pattern, then apply the formula.

Identify pattern type, then use appropriate formula. Arithmetic: +d each time. Geometric: ×r each time.

Arithmetic sum: S_n = n(a_1 + a_n)/2 or n(2a_1 + (n-1)d)/2. Geometric sum: S_n = a_1(1-r^n)/(1-r) for r≠1. Special sequences have their own formulas (e.g., squares: n(n+1)(2n+1)/6).

Arithmetic: n(first+last)/2. Geometric: a_1(1-r^n)/(1-r). Each type has specific formula.

Last updated: 2025-01-15

Related Math Tools

Explore similar calculators

Circle Calculator

Area, circumference, radius

Triangle Calculator

Area, perimeter, angles

Rectangle Calculator

Area and perimeter

Square Calculator

Area and perimeter

Sphere Calculator

Volume and surface area

Cylinder Calculator

Volume and surface area

View all math calculators

Sequence Summary

Sequence Sum

100

Sum of 10 terms

TypeArithmetic
First Term1
Last Term19
Common Difference2