Automatically calculate and generate a complete geometric sequence based on the first term, common ratio, and number of terms.

Circle Area Calculator
Quickly calculate the area of a circle by entering the radius, diameter, or circumference. Supports custom units and precision settings.

Trigonometry Calculator
Calculate six trigonometric functions from radian values with custom decimal precision.

Least Common Multiple (LCM) Calculator
Quickly calculate the least common multiple (LCM) of two or more integers. Supports space-separated number list input.

Prime and Composite Number Calculator
Instantly identify prime, composite, or special numbers. Supports batch checking and mathematical property analysis.

Inverse Trigonometric Function Calculator
Accurately calculate radian values for inverse trig functions like arcsin and arccos. Supports 6 function types and custom decimal precision.
When you need to quickly construct a geometric sequence for mathematical modeling, data analysis, or teaching demonstrations, calculating each term manually is both tedious and prone to errors. By entering the first term, common ratio, and number of terms, this tool automatically calculates and outputs the complete geometric sequence. Its core logic is based on the general formula for a geometric sequence: a_n = a_1 * r^(n-1), where the first term (a_1) is the starting point of the sequence, the common ratio (r) is the ratio between adjacent terms, and the number of terms (n) determines the length of the sequence. You will receive a clearly arranged numerical sequence, with each term on its own line for easy copying and use.
Q: Can the common ratio be 1 or 0? What happens?
Yes, but the results differ. When the common ratio is 1, all terms in the sequence equal the first term (e.g., first term 5, common ratio 1, generating 5 terms: 5, 5, 5, 5, 5). When the common ratio is 0, all terms starting from the second term will be 0 (e.g., first term 5, common ratio 0, generating 3 terms: 5, 0, 0).
Q: How do I use the geometric sequence generator?
Simply enter the first term, common ratio, and number of terms, then click generate. For example, entering a first term of "1", a common ratio of "2", and "5" terms will yield the sequence: 1, 2, 4, 8, 16.
The "Quantity to Generate" (number of terms) must be a positive integer (1-100); entering decimals or negative numbers will prevent generation. The common ratio and first term support decimals, but please note that if the absolute value of the common ratio is too large and there are many terms, it may cause numerical overflow or be displayed in scientific notation. This tool performs calculations locally in your browser; no input data is uploaded to our servers, so your privacy is guaranteed. After generation, we recommend verifying the first few terms to ensure your inputs were correct.
In finance, biology, or computer science, geometric sequences are often used to model exponential growth (like compound interest or cell division) or decay. When using this tool, you can set parameters based on specific scenarios: for example, to simulate an annualized compound interest growth of 5%, you can set the first term as the initial principal (e.g., 10000) and the common ratio as 1.05. Note that the sequences generated by this tool are discrete values. For scientific calculations requiring extremely high precision (e.g., exceeding the JavaScript double-precision floating-point range) or ultra-long sequences (over 100 terms), we recommend using professional mathematical software for verification. A typical example: with a first term of 3 and a common ratio of 0.5 (halving each time), generating 6 terms yields the sequence: 3, 1.5, 0.75, 0.375, 0.1875, 0.09375.