Arithmetic Sequence 計算機
「Arithmetic Sequence 計算機」はコード、データと QRに使えるブラウザツールです。入力内容と結果は通常この端末内で処理され、登録は必要ありません。
使い方
使い方
- Enter the first term and common difference.
- Choose how many terms to include, up to 100.
- Calculate to see the last term, sum, and generated sequence.
Arithmetic sequence formulas
The nth term is aₙ = a₁ + (n − 1)d, where a₁ is the first term, d is the common difference, and n is the term position. The sum of n terms is Sₙ = n(a₁ + aₙ) ÷ 2.
Finite output by design
This calculator accepts a term count from 1 through 100 and displays the complete finite sequence. Decimal and negative values are supported, while non-finite values and results outside JavaScript’s safe numeric range are rejected.
Private browser calculation
Validation and calculations happen locally in your browser. No values are uploaded or stored by this page.
よくある質問
あわせて知りたいこと
What is an arithmetic sequence?
It is a sequence in which the difference between consecutive terms is constant.
Can the common difference be negative or zero?
Yes. A negative difference makes a decreasing sequence, and zero produces a constant sequence.
How many terms can I generate?
Enter from 1 through 100 terms so the full output remains easy to inspect and copy.
Are fractions supported?
Yes. Enter decimal values such as 0.5 or -2.25. The result is shown with a concise decimal format.