Paste or type a number sequence and see which pattern it follows: arithmetic, geometric, quadratic, or Fibonacci-like. You get the next terms and a short explanation.
At least 3 numbers required.
Try an example
Mathematical sequences are ordered lists of numbers that follow specific rules. Spotting the rule helps in math, programming, and real-world problems like growth or interest.
Each term is the previous term plus a fixed difference.
Formula: an = a1 + (n-1)d
Example: 2, 4, 6, 8, 10… (difference = 2)
Each term is the previous term times a constant ratio.
Formula: an = a1 x r(n-1)
Example: 2, 4, 8, 16, 32… (ratio = 2)