RandomNr

Number Lists

Number List Generator

Build a list of numbers from a start value, an end value and a step, then copy the sequence or export it as CSV.

Number List Generator

1, 2, 3, 4, 5, ...

Sequence 1 to 100 step 1

Sequence bounds

Step

Distance between numbers
Copy separator

How to use the number list generator

  1. Set the start value and the end value. Counting down works, just make the end smaller.
  2. Set the step, which can be a decimal such as 0.25.
  3. Press Build the list, then copy the sequence or download it as a CSV.

Common sequences and their settings

Most lists people need are one of a few standard shapes. This table gives the settings for each so you can build them in one go.

SequenceStartEndStepLength
Count to one hundred11001100
Multiples of five0100521
Countdown101110
Quarter steps120.255
Twenty five step scale010002541

How long a sequence will be

The length of an arithmetic sequence is fixed by its settings: take the distance between the start and the end, divide by the step, round down, then add one for the starting value itself. A list from 0 to 100 in steps of 5 covers a distance of 100, which holds 20 steps, so the sequence has 21 numbers. The nth value is always the start plus n minus 1 steps, which is how you can predict any position without building the list.

A fixed sequence, not a random one

Unlike the random tools on this site, the number list generator is deterministic: the same settings always build exactly the same list, which is what row numbers, scales, axes and reference columns need. When the order should be scrambled afterwards, paste the result into the number randomizer, and when the values themselves should be random, the random number list generator draws up to 100,000 of them.

Popular generators

Frequently asked questions

How do I build a number sequence

Set a start value, an end value and a step. The tool lists every number from the start to the end, moving by the step each time.

Can the step be a decimal

Yes. A step of 0.5 lists values such as 1, 1.5, 2 and so on. Whole number steps give a plain counting list.

Can it count down

Yes. If the end value is smaller than the start, the list counts down by the step.

How long can the list be

Up to 5000 numbers are shown. If a start, end and step would make more, the first 5000 are listed and the rest are left off.

Is it free

Yes, free and with no sign up. Everything runs in your browser and nothing you enter leaves your device.

Related generators

For a random draw rather than a fixed sequence, use the random number list generator, or list only even or odd numbers.