Discover Hidden Patterns in Number Sequences
Enter numbers separated by commas (e.g., 1, 1, 2, 3, 5, 8, 13)
2, 5, 8, 11, 14...
Constant difference between terms
an = a1 + (n-1)d
2, 6, 18, 54, 162...
Constant ratio between terms
an = a1 × rn-1
1, 1, 2, 3, 5, 8, 13...
Each term is sum of previous two
Fn = Fn-1 + Fn-2
1, 4, 9, 16, 25, 36...
Perfect squares
an = n²
1, 8, 27, 64, 125...
Perfect cubes
an = n³
1, 3, 6, 10, 15...
Sum of first n natural numbers
an = n(n+1)/2
A number sequence is an ordered list of numbers that follows a specific pattern or rule. Understanding sequences is fundamental to mathematics, computer science, and many real-world applications.