Number sequence generator

Loading…

All tools › Sequences and lists

Number sequence generator

Arithmetic, geometric, or whatever rule the terms you give it imply — padded and wrapped for a column of identifiers.

It runs entirely in this browser tab: what you type is never uploaded, and the tool makes no network request while it works. Open your browser's network panel and try it — nothing leaves the page. There is no sign-up and no limit beyond what your own browser can hold.

Settings

Kind of sequence
The last one takes its rule from the terms you give it: two make Fibonacci, three make the tribonacci numbers. Choices: Arithmetic, Geometric, From the terms given.
Step
Added each time, or multiplied by for a geometric one. May be negative.
How many terms
A number from 1 to 10000.
Between them
Choices: New line, Comma, Space, Semicolon, None.
Pad with zeros to
Digits in all. Zero leaves the numbers as they are. A number from 0 to 20.
Before each one
For a column of identifiers rather than a column of numbers.
After each one
As above. Both are left off when they are empty.
Running totals instead
Each term is everything up to it added together.

How to use it

  1. Paste your text into the box above, or open a file.
  2. Adjust the settings beside it until the result is what you wanted.
  3. Copy the result, or save it as a file. The result updates as you type.

Questions

Is what I type uploaded anywhere?
No. This page carries the whole tool as WebAssembly and runs it on your own device. Nothing you type is sent anywhere, and there is no network request to make while it works.
How exact is the arithmetic?
Exact, in decimal, for everything the tool was given: no value here is put through floating point on the way to the answer. Where there is a genuine ceiling — thirty-nine digits for the number-theory tools, a fixed number of places for a repeating fraction — the tool says the limit rather than quietly truncating.
Can I get this result again later?
The settings travel in the page's address, after the #, so a link reproduces them exactly — and the fragment of an address is never sent to a server. Your last settings are also remembered on this device, which is worth knowing before you paste a number you would not want left there.
Is there a version that is not a web page?
Yes. The same tools are built as a desktop application from the same code, with a save dialog instead of a download and no network code at all.

Other tools for sequences and lists

Number sorter
Sorts by value and reads both decimal marks — which is where a spreadsheet quietly gets a pasted column wrong.

All thirty-one tools