Study sequence behavior with counts, spread, and clues. Detect arithmetic, geometric, cyclic, and repeating structures. See tables, values, exports, and charts in one place.
| Example Sequence | Likely Pattern | Expected Next Values | Reason |
|---|---|---|---|
| 5, 10, 15, 20 | Arithmetic | 25, 30 | Each term increases by 5. |
| 2, 4, 8, 16 | Geometric | 32, 64 | Each term doubles. |
| 3, 1, 3, 1, 3, 1 | Repeating cycle | 3, 1 | The two-value cycle repeats. |
| 1, 4, 9, 16, 25 | Quadratic-like | 36, 49 | Second differences remain constant. |
Arithmetic difference: d = xn - xn-1. If differences stay nearly equal, the sequence is treated as arithmetic.
Geometric ratio: r = xn / xn-1. If ratios stay nearly equal, the sequence is treated as geometric.
Mean: x̄ = (sum of values) / n.
Sample variance: s² = Σ(x - x̄)² / (n - 1).
Standard deviation: s = √s².
Z-score: z = (x - x̄) / s.
Moving average: average of the last selected window of values.
Linear trend: y = a + bx, where b is the slope and R² shows fit quality.
Quadratic-like check: when second differences remain nearly constant, the next values extend that same second-difference step.
It checks for constant, arithmetic, geometric, repeating, alternating, quadratic-like, and trend-based patterns. It also summarizes spread, central tendency, outliers, and projected next values.
Yes. You can enter integers, decimals, and negative numbers. The parser accepts common separators and treats the entered values as a numeric sequence.
Tolerance controls how strictly the calculator compares differences or ratios. A larger tolerance can treat nearly equal steps as the same pattern when small noise exists.
If consecutive differences remain nearly constant, the sequence is treated as arithmetic. The next values are then projected by adding the same step repeatedly.
The calculator continues the detected rule first. If no clear exact rule exists, it uses a linear trend projection based on the entered positions and values.
It marks values that sit far from the sequence mean. Larger absolute z-scores indicate points that may be unusually high or low relative to the rest.
Moving averages smooth short-term variation. That helps you see the broader direction of the sequence, especially when the raw values fluctuate.
The CSV button downloads a spreadsheet-friendly report. The PDF button downloads a compact printable summary with the main metrics, description, and analysis rows.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.