Number Sequence Calculator
Generate and analyze mathematical sequences including arithmetic, geometric, Fibonacci, prime numbers, and custom patterns. Perfect for mathematics, programming, and pattern analysis.
Sequence Settings
Quick Presets
Sequence Results
How Number Sequences Work
Arithmetic Sequences
An arithmetic sequence has a constant difference between consecutive terms. The nth term is calculated using: aā = aā + (n-1) Ć d
Example: 2, 5, 8, 11, 14... (first term = 2, common difference = 3)
The sum of the first n terms is: Sā = n/2 Ć (2aā + (n-1)d)
Geometric Sequences
A geometric sequence has a constant ratio between consecutive terms. The nth term is: aā = aā Ć r^(n-1)
Example: 3, 6, 12, 24, 48... (first term = 3, common ratio = 2)
The sum of the first n terms is: Sā = aā Ć (1 - r^n) / (1 - r) for r ā 1
Types of Number Sequences
Special Sequences
Polynomial Sequences
Applications
Example Calculations
Arithmetic Sequence Example
Find the 10th term of the sequence: 3, 7, 11, 15...
Geometric Sequence Example
Find the 6th term of the sequence: 2, 6, 18, 54...
Fibonacci Sequence Example
The classic Fibonacci sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34...
Frequently Asked Questions
What's the difference between arithmetic and geometric sequences?
Arithmetic sequences have a constant difference between terms (addition/subtraction), while geometric sequences have a constant ratio between terms (multiplication/division).
How do I identify the pattern in a sequence?
Look at the differences between consecutive terms. If they're constant, it's arithmetic. If the ratios are constant, it's geometric. For more complex patterns, examine second differences or look for polynomial relationships.
Can I create custom formulas?
Yes! Use the custom formula option to create sequences based on any mathematical expression. Use 'n' to represent the term position, and include operations like +, -, *, /, ^, sqrt(), sin(), cos(), etc.
What's the maximum number of terms I can generate?
You can generate up to 1000 terms. For very large numbers or complex calculations, the calculator may limit results to prevent performance issues.